http://www.emgu.com

The SURFDetector type exposes the following members.

Constructors

  NameDescription
Public methodSURFDetector(MCvSURFParams)
Create a SURF detector with the specific surfParameters
Public methodSURFDetector(Double, Boolean)
Create a MCvSURFParams using the specific values
Public methodSURFDetector(Double, Boolean, Int32, Int32)
Create a MCvSURFParams using the specific values

Methods

  NameDescription
Public methodComputeDescriptors
Compute the descriptor given the image and the point location
Public methodComputeDescriptorsRaw(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").
Public methodComputeDescriptorsRaw(Image<(Of <<'(Gray, Byte>)>>), Image<(Of <<'(Gray, Byte>)>>), VectorOfKeyPoint)
Compute the descriptor given the image and the point location
Public methodDetectFeatures
Detect image features from the given image
Public methodDetectKeyPoints
Detect the SURF keypoints from the image
Public methodDetectKeyPointsRaw
Detect the SURF 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.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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 propertyFeatureDetectorPtr
Get the feature detector.
Public propertySURFParams
Get the SURF parameters

See Also