MatLocateROI Method OpenCvSharp Class Library
Locates the matrix header within a parent matrix.

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

public void LocateROI(
	out Size wholeSize,
	out Point ofs
)

Parameters

wholeSize
Type: OpenCvSharp.CPlusPlusSize
Output parameter that contains the size of the whole matrix containing *this as a part.
ofs
Type: OpenCvSharp.CPlusPlusPoint
Output parameter that contains an offset of *this inside the whole matrix.
See Also

Reference