Class FindHomography

Inheritance Relationships

Base Type

Class Documentation

class FindHomography : public cvcuda::IOperator

Public Functions

inline explicit FindHomography(int batchSize, int numPoints)
inline ~FindHomography()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &src, const nvcv::Tensor &dst, const nvcv::Tensor &models)
inline void operator()(cudaStream_t stream, const nvcv::TensorBatch &src, const nvcv::TensorBatch &dst, const nvcv::TensorBatch &models)
inline virtual NVCVOperatorHandle handle() const noexcept override