CudaBFMatcher Methods |
The CudaBFMatcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Add the model descriptors
(Inherited from DescriptorMatcher.) |
![]() | Clear |
Clear the matcher
(Inherited from DescriptorMatcher.) |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this matcher
(Inherited from DescriptorMatcher.) |
![]() | 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.) |
![]() | KnnMatch(IInputArray, VectorOfVectorOfDMatch, Int32, VectorOfGpuMat, Boolean) |
Find the k-nearest match
(Inherited from DescriptorMatcher.) |
![]() | KnnMatch(IInputArray, IInputArray, VectorOfVectorOfDMatch, Int32, IInputArray, Boolean) |
Find the k-nearest match
(Inherited from DescriptorMatcher.) |
![]() | KnnMatchAsync(IInputArray, IOutputArray, Int32, VectorOfGpuMat, Stream) |
Finds the k best matches for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.) |
![]() | KnnMatchAsync(IInputArray, IInputArray, IOutputArray, Int32, IInputArray, Stream) |
Finds the k best matches for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.) |
![]() | KnnMatchConvert |
Converts matches array from internal representation to standard matches vector.
(Inherited from DescriptorMatcher.) |
![]() | Match(IInputArray, VectorOfDMatch, VectorOfGpuMat) |
Finds the best match for each descriptor from a query set (blocking version).
(Inherited from DescriptorMatcher.) |
![]() | Match(IInputArray, IInputArray, VectorOfDMatch, IInputArray) |
Finds the best match for each descriptor from a query set (blocking version).
(Inherited from DescriptorMatcher.) |
![]() | MatchAsync(IInputArray, IOutputArray, VectorOfGpuMat, Stream) |
Finds the best match for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.) |
![]() | MatchAsync(IInputArray, IInputArray, IOutputArray, IInputArray, Stream) |
Finds the best match for each descriptor from a query set (asynchronous version).
(Inherited from DescriptorMatcher.) |
![]() | MatchConvert |
Converts matches array from internal representation to standard matches vector.
(Inherited from DescriptorMatcher.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RadiusMatch(IInputArray, VectorOfVectorOfDMatch, Single, VectorOfGpuMat, Boolean) |
For each query descriptor, finds the training descriptors not farther than the specified distance (blocking version).
(Inherited from DescriptorMatcher.) |
![]() | RadiusMatch(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.) |
![]() | RadiusMatchAsync(IInputArray, IOutputArray, Single, VectorOfGpuMat, Stream) |
For each query descriptor, finds the training descriptors not farther than the specified distance (asynchronous version).
(Inherited from DescriptorMatcher.) |
![]() | RadiusMatchAsync(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.) |
![]() | RadiusMatchConvert |
Converts matches array from internal representation to standard matches vector.
(Inherited from DescriptorMatcher.) |
![]() | 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 | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Train |
Trains a descriptor matcher.
(Inherited from DescriptorMatcher.) |