http://www.emgu.com
The MSERDetector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MSERDetector()()()() |
Create the default MSER detector
|
![]() | MSERDetector(Int32, Int32, Int32, Single, Single, Int32, Double, Double, Int32) |
Create a MSER detector using the specific parameters
|
Methods
Name | Description | |
---|---|---|
![]() | DetectKeyPoints |
Detect the MSER keypoints from the image
|
![]() | DetectKeyPointsRaw |
Detect the MSER keypoints from the image
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged memory associated with this detector.
(Overrides DisposableObject..::..DisposeObject()()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | ExtractContours |
Extracts the contours of Maximally Stable Extremal Regions
|
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetMSERParameters |
Get the MSER parameters
|
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ReleaseManagedResources |
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.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | AreaThreshold |
The area threshold to cause re-initialize
|
![]() | Delta |
Delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
|
![]() | EdgeBlurSize |
The aperture size for edge blur
|
![]() | FeatureDetectorPtr |
Get the feature detector.
|
![]() | MaxArea |
Prune the area which bigger than max_area
|
![]() | MaxEvolution |
For color image, the evolution steps
|
![]() | MaxVariation |
Prune the area have simliar size to its children
|
![]() | MinArea |
Prune the area which smaller than min_area
|
![]() | MinDiversity |
Trace back to cut off mser with diversity < min_diversity
|
![]() | MinMargin |
Ignore too small margin
|