Rotate
- group NVCV_CPP_ALGORITHM_ROTATE
Functions
-
inline explicit Rotate(const int maxVarShapeBatchSize)
-
inline ~Rotate()
-
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const double angleDeg, const double2 shift, const NVCVInterpolationType interpolation)
-
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &angleDeg, const nvcv::Tensor &shift, const NVCVInterpolationType interpolation)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
Variables
-
NVCVOperatorHandle m_handle
-
class Rotate : public cvcuda::IOperator
- #include <OpRotate.hpp>
-
inline explicit Rotate(const int maxVarShapeBatchSize)