Class PairwiseMatcher

Inheritance Relationships

Base Type

Class Documentation

class PairwiseMatcher : public cvcuda::IOperator

Public Functions

inline explicit PairwiseMatcher(NVCVPairwiseMatcherType algoChoice)
inline ~PairwiseMatcher()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &set1, const nvcv::Tensor &set2, const nvcv::Tensor &numSet1, const nvcv::Tensor &numSet2, const nvcv::Tensor &matches, const nvcv::Tensor &numMatches, const nvcv::Tensor &distances, bool crossCheck, int matchesPerPoint, NVCVNormType normType)
inline virtual NVCVOperatorHandle handle() const noexcept override