PairwiseMatcher
- group NVCV_CPP_ALGORITHM_PAIRWISE_MATCHER
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
Variables
-
NVCVOperatorHandle m_handle
-
class PairwiseMatcher : public cvcuda::IOperator
- #include <OpPairwiseMatcher.hpp>
-
inline explicit PairwiseMatcher(NVCVPairwiseMatcherType algoChoice)