Resize

group NVCV_CPP_ALGORITHM_RESIZE

Functions

inline explicit Resize()
inline ~Resize()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const NVCVInterpolationType interpolation)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const NVCVInterpolationType interpolation)
inline virtual NVCVOperatorHandle handle() const noexcept override

Variables

NVCVOperatorHandle m_handle
class Resize : public cvcuda::IOperator
#include <OpResize.hpp>