Type Definition opencv::types::PtrOfCUDA_DescriptorMatcher[][src]

pub type PtrOfCUDA_DescriptorMatcher = Ptr<dyn CUDA_DescriptorMatcher>;

Implementations

Trait Implementations

Clears the algorithm state

Reads algorithm parameters from a file storage

Stores algorithm parameters in a file storage

simplified API for language bindings Stores algorithm parameters in a file storage Read more

Returns true if the Algorithm is empty (e.g. in the very beginning or after unsuccessful read

Saves the algorithm to a file. In order to make this method work, the derived class must implement Algorithm::write(FileStorage& fs). Read more

Returns the algorithm string identifier. This string is used as top level xml/yml node tag when the object is saved to a file or string. Read more

Adds descriptors to train a descriptor collection. Read more

Clears the train descriptor collection.

Trains a descriptor matcher. Read more

Finds the best match for each descriptor from a query set (blocking version). Read more

Finds the best match for each descriptor from a query set (blocking version). Read more

Finds the best match for each descriptor from a query set (asynchronous version). Read more

Finds the best match for each descriptor from a query set (asynchronous version). Read more

Converts matches array from internal representation to standard matches vector. Read more

Finds the k best matches for each descriptor from a query set (blocking version). Read more

Finds the k best matches for each descriptor from a query set (blocking version). Read more

Finds the k best matches for each descriptor from a query set (asynchronous version). Read more

Finds the k best matches for each descriptor from a query set (asynchronous version). Read more

Converts matches array from internal representation to standard matches vector. Read more

For each query descriptor, finds the training descriptors not farther than the specified distance (blocking version). Read more

For each query descriptor, finds the training descriptors not farther than the specified distance (blocking version). Read more

For each query descriptor, finds the training descriptors not farther than the specified distance (asynchronous version). Read more

For each query descriptor, finds the training descriptors not farther than the specified distance (asynchronous version). Read more

Converts matches array from internal representation to standard matches vector. Read more

Returns true if the descriptor matcher supports masking permissible matches.

Returns a constant link to the train descriptor collection.

Returns true if there are no train descriptors in the collection.