CudaBFMatcher Class |
Namespace: Emgu.CV.Cuda
The CudaBFMatcher type exposes the following members.
Name | Description | |
---|---|---|
![]() | CudaBFMatcher |
Create a CudaBruteForceMatcher using the specific distance type
|
Name | Description | |
---|---|---|
![]() | Empty |
Return True if the matcher is empty
(Inherited from DescriptorMatcher.) |
![]() | IsMaskSupported |
Return True if mask is supported
(Inherited from DescriptorMatcher.) |
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | SharedPtr |
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |
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 | (Inherited from Object.) |
![]() | GetType | (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 | (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 | (Inherited from Object.) |
![]() | Train |
Trains a descriptor matcher.
(Inherited from DescriptorMatcher.) |
Name | Description | |
---|---|---|
![]() | _algorithmPtr |
Pointer to the native cv::Algorithm
(Inherited from DescriptorMatcher.) |
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | _sharedPtr |
A pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.) |