PairwiseMatcher

Note

The C++ API provides RAII wrappers around the C API. For detailed documentation including parameters, return values, and limitations, please refer to the corresponding C API documentation.

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
class PairwiseMatcher : public cvcuda::IOperator
#include <OpPairwiseMatcher.hpp>