http://www.emgu.com
The MCvSURFParams type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MCvSURFParams(Double, Boolean) |
Creage CvSURFParams with the specific value
|
![]() | MCvSURFParams(Double, Boolean, Int32, Int32) |
Create CvSURFParams with the specific value
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Returns the hash code for this instance.
(Inherited from ValueType.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | ToString |
Returns the fully qualified type name of this instance.
(Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
![]() | Extended |
False means basic descriptors (64 elements each),
True means extended descriptors (128 elements each)
|
![]() | HessianThreshold |
Only features with keypoint.hessian larger than that are extracted.
good default value is ~300-500 (can depend on the average local contrast and sharpness of the image).
user can further filter out some features based on their hessian values and other characteristics
|
![]() | NOctaveLayers |
The number of layers within each octave
|
![]() | NOctaves |
The number of octaves to be used for extraction.
With each next octave the feature size is doubled
|
![]() | Upright |
Upright SURF
|