Click or drag to resize

CudaBFMatcher Methods

http://www.emgu.com

The CudaBFMatcher type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add the model descriptors
(Inherited from DescriptorMatcher.)
Public methodClear
Clear the matcher
(Inherited from DescriptorMatcher.)
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release all the unmanaged memory associated with this matcher
(Inherited from DescriptorMatcher.)
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.)
Public methodKnnMatch(IInputArray, VectorOfVectorOfDMatch, Int32, VectorOfGpuMat, Boolean)
Find the k-nearest match
(Inherited from DescriptorMatcher.)
Public methodKnnMatch(IInputArray, IInputArray, VectorOfVectorOfDMatch, Int32, IInputArray, Boolean)
Find the k-nearest match
(Inherited from DescriptorMatcher.)
Public methodKnnMatchAsync(IInputArray, IOutputArray, Int32, VectorOfGpuMat, Stream)
Finds the k best matches for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.)
Public methodKnnMatchAsync(IInputArray, IInputArray, IOutputArray, Int32, IInputArray, Stream)
Finds the k best matches for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.)
Public methodKnnMatchConvert
Converts matches array from internal representation to standard matches vector.
(Inherited from DescriptorMatcher.)
Public methodMatch(IInputArray, VectorOfDMatch, VectorOfGpuMat)
Finds the best match for each descriptor from a query set (blocking version).
(Inherited from DescriptorMatcher.)
Public methodMatch(IInputArray, IInputArray, VectorOfDMatch, IInputArray)
Finds the best match for each descriptor from a query set (blocking version).
(Inherited from DescriptorMatcher.)
Public methodMatchAsync(IInputArray, IOutputArray, VectorOfGpuMat, Stream)
Finds the best match for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.)
Public methodMatchAsync(IInputArray, IInputArray, IOutputArray, IInputArray, Stream)
Finds the best match for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.)
Public methodMatchConvert
Converts matches array from internal representation to standard matches vector.
(Inherited from DescriptorMatcher.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRadiusMatch(IInputArray, VectorOfVectorOfDMatch, Single, VectorOfGpuMat, Boolean)
For each query descriptor, finds the training descriptors not farther than the specified distance (blocking version).
(Inherited from DescriptorMatcher.)
Public methodRadiusMatch(IInputArray, IInputArray, VectorOfVectorOfDMatch, Single, IInputArray, Boolean)
For each query descriptor, finds the training descriptors not farther than the specified distance (blocking version).
(Inherited from DescriptorMatcher.)
Public methodRadiusMatchAsync(IInputArray, IOutputArray, Single, VectorOfGpuMat, Stream)
For each query descriptor, finds the training descriptors not farther than the specified distance (asynchronous version).
(Inherited from DescriptorMatcher.)
Public methodRadiusMatchAsync(IInputArray, IInputArray, IOutputArray, Single, IInputArray, Stream)
For each query descriptor, finds the training descriptors not farther than the specified distance (asynchronous version).
(Inherited from DescriptorMatcher.)
Public methodRadiusMatchConvert
Converts matches array from internal representation to standard matches vector.
(Inherited from DescriptorMatcher.)
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.)
Public methodTrain
Trains a descriptor matcher.
(Inherited from DescriptorMatcher.)
Top
See Also