SIFT
- group NVCV_CPP_ALGORITHM_SIFT
Functions
-
inline explicit SIFT(int3 maxShape, int maxOctaveLayers)
-
inline ~SIFT()
-
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &featCoords, const nvcv::Tensor &featMetadata, const nvcv::Tensor &featDescriptors, const nvcv::Tensor &numFeatures, int numOctaveLayers, float contrastThreshold, float edgeThreshold, float initSigma, NVCVSIFTFlagType flags)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
Variables
-
NVCVOperatorHandle m_handle
-
class SIFT : public cvcuda::IOperator
- #include <OpSIFT.hpp>
-
inline explicit SIFT(int3 maxShape, int maxOctaveLayers)