Extracts the contours of Maximally Stable Extremal Regions
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.809 (2.2.0.809)
Syntax
C# | Visual Basic | Visual C++ |
public static void cvExtractMSER( IntPtr img, IntPtr mask, ref IntPtr contours, IntPtr storage, MCvMSERParams parameters )
Public Shared Sub cvExtractMSER ( _ img As IntPtr, _ mask As IntPtr, _ ByRef contours As IntPtr, _ storage As IntPtr, _ parameters As MCvMSERParams _ )
public: static void cvExtractMSER( IntPtr img, IntPtr mask, IntPtr% contours, IntPtr storage, MCvMSERParams parameters )
Parameters
- img
- IntPtr
The image where MSER will be extracted
- mask
- IntPtr
The mask for region of interest
- contours
-
IntPtr
%
The contours where MSER will be stored
- storage
- IntPtr
Memory storage
- parameters
- MCvMSERParams
MSER parameters