Click or drag to resize

NativeMethodsfeatures2d_MSER_detectRegions Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.features2d_MSER_detectRegions(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_MSER_detectRegions(
	IntPtr obj,
	IntPtr image,
	IntPtr msers,
	IntPtr bboxes
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_MSER_detectRegions(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_MSER_detectRegions(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

msers
Type: SystemIntPtr

[Missing <param name="msers"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_MSER_detectRegions(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

bboxes
Type: SystemIntPtr

[Missing <param name="bboxes"/> documentation for "M:OpenCvSharp.NativeMethods.features2d_MSER_detectRegions(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.features2d_MSER_detectRegions(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also