Click or drag to resize

NativeMethodscore_Mat_locateROI Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.Size@,OpenCvSharp.Point@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_Mat_locateROI(
	IntPtr self,
	out Size wholeSize,
	out Point ofs
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.Size@,OpenCvSharp.Point@)"]

wholeSize
Type: OpenCvSharpSize

[Missing <param name="wholeSize"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.Size@,OpenCvSharp.Point@)"]

ofs
Type: OpenCvSharpPoint

[Missing <param name="ofs"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.Size@,OpenCvSharp.Point@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_locateROI(System.IntPtr,OpenCvSharp.Size@,OpenCvSharp.Point@)"]

See Also