http://www.emgu.com

The MSERDetector type exposes the following members.

Constructors

  NameDescription
Public methodMSERDetector()()()()
Create the default MSER detector
Public methodMSERDetector(Int32, Int32, Int32, Single, Single, Int32, Double, Double, Int32)
Create a MSER detector using the specific parameters

Methods

  NameDescription
Public methodDetectKeyPoints
Detect the MSER keypoints from the image
Public methodDetectKeyPointsRaw
Detect the MSER keypoints from the image
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the unmanaged memory associated with this detector.
(Overrides DisposableObject..::..DisposeObject()()()().)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExtractContours
Extracts the contours of Maximally Stable Extremal Regions
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMSERParameters
Get the MSER parameters
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAreaThreshold
The area threshold to cause re-initialize
Public propertyDelta
Delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
Public propertyEdgeBlurSize
The aperture size for edge blur
Public propertyFeatureDetectorPtr
Get the feature detector.
Public propertyMaxArea
Prune the area which bigger than max_area
Public propertyMaxEvolution
For color image, the evolution steps
Public propertyMaxVariation
Prune the area have simliar size to its children
Public propertyMinArea
Prune the area which smaller than min_area
Public propertyMinDiversity
Trace back to cut off mser with diversity < min_diversity
Public propertyMinMargin
Ignore too small margin

See Also