IplImageGetROI Method OpenCvSharp Class Library
Returns image ROI coordinates (cvGetImageROI). The rectangle cvRect(0,0,image.Width,image.Height) is returned if there is no ROI.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvRect GetROI()

Return Value

Type: CvRect

[Missing <returns> documentation for "M:OpenCvSharp.IplImage.GetROI"]

See Also

Reference