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 | |
---|---|---|
![]() | 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.) |
![]() | 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.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DetectKeyPoints |
Detect the keypoints from the image
(Defined by Features2DExtensions.) |
![]() | DetectKeyPointsRaw |
Detect the keypoints in the image
(Defined by Features2DExtensions.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
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
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |