WarpAffine
- group NVCV_CPP_ALGORITHM_WARP_AFFINE
Functions
-
inline ~WarpAffine()
-
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const NVCVAffineTransform xform, const int32_t flags, const NVCVBorderType borderMode, const float4 borderValue)
-
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &transMatrix, const int32_t flags, const NVCVBorderType borderMode, const float4 borderValue)
-
inline virtual NVCVOperatorHandle handle() const noexcept override
Variables
-
NVCVOperatorHandle m_handle
-
class WarpAffine : public cvcuda::IOperator
- #include <OpWarpAffine.hpp>
-
inline ~WarpAffine()