[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.CvSize@,OpenCvSharp.CvPoint@)"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void core_Mat_locateROI( IntPtr self, out CvSize wholeSize, out CvPoint ofs )
Parameters
- self
- Type: SystemIntPtr
[Missing <param name="self"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.CvSize@,OpenCvSharp.CvPoint@)"]
- wholeSize
- Type: OpenCvSharpCvSize
[Missing <param name="wholeSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.CvSize@,OpenCvSharp.CvPoint@)"]
- ofs
- Type: OpenCvSharpCvPoint
[Missing <param name="ofs"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.CvSize@,OpenCvSharp.CvPoint@)"]
See Also