http://www.emgu.com
The SURFDetector type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SURFDetector(MCvSURFParams) |
Create a SURF detector with the specific surfParameters
|
![]() | SURFDetector(Double, Boolean) |
Create a MCvSURFParams using the specific values
|
![]() | SURFDetector(Double, Boolean, Int32, Int32) |
Create a MCvSURFParams using the specific values
|
Methods
Name | Description | |
---|---|---|
![]() | ComputeDescriptors |
Compute the descriptor given the image and the point location
|
![]() | ComputeDescriptorsRaw(Image<(Of <<'(Bgr, Byte>)>>), VectorOfKeyPoint) |
Compute the descriptor given the bgr image and the point location, using oppponent color (CGIV 2008 "Color Descriptors for Object Category Recognition").
|
![]() | ComputeDescriptorsRaw(Image<(Of <<'(Gray, Byte>)>>), Image<(Of <<'(Gray, Byte>)>>), VectorOfKeyPoint) |
Compute the descriptor given the image and the point location
|
![]() | DetectFeatures |
Detect image features from the given image
|
![]() | DetectKeyPoints |
Detect the SURF keypoints from the image
|
![]() | DetectKeyPointsRaw |
Detect the SURF 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.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | 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 | |
---|---|---|
![]() | FeatureDetectorPtr |
Get the feature detector.
|
![]() | SURFParams |
Get the SURF parameters
|