VideoCaptureXI_OffsetY Property
|
Vertical offset from the origin to the area of interest (in pixels).
[CV_CAP_PROP_XI_OFFSET_Y]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double XI_OffsetY { get; set; }
Public Property XI_OffsetY As Double
Get
Set
public:
property double XI_OffsetY {
double get ();
void set (double value);
}
member XI_OffsetY : float with get, set
function get_XI_OffsetY();
function set_XI_OffsetY(value);
Property Value
Type:
Double
See Also