Returns matrix header corresponding to the rectangular sub-array of input image or matrix
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- arr
- Type: OpenCvSharpCvArr
Input array. - submat
- Type: OpenCvSharpCvMat
Reference to the resultant sub-array header. - rect
- Type: OpenCvSharpCvRect
Zero-based coordinates of the rectangle of interest.
Return Value
Type: CvMatReference to the header, corresponding to a specified rectangle of the input array.
See Also