VideoCaptureOpenNI_Registration Property
|
flag that synchronizes the remapping depth map to image map
by changing depth generator's view point (if the flag is "on") or
sets this view point to its normal one (if the flag is "off").
[CV_CAP_PROP_OPENNI_REGISTRATION]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double OpenNI_Registration { get; set; }
Public Property OpenNI_Registration As Double
Get
Set
public:
property double OpenNI_Registration {
double get ();
void set (double value);
}
member OpenNI_Registration : float with get, set
function get_OpenNI_Registration();
function set_OpenNI_Registration(value);
Property Value
Type:
Double
See Also