| 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: 1.0.0
Syntax public 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
Property Value
Type:
DoubleSee Also