Remap

group NVCV_CPP_ALGORITHM__REMAP

Functions

inline explicit Remap()
inline ~Remap()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, const nvcv::Tensor &map, NVCVInterpolationType inInterp, NVCVInterpolationType mapInterp, NVCVRemapMapValueType mapValueType, bool alignCorners, NVCVBorderType border, float4 borderValue)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatch &in, const nvcv::ImageBatch &out, const nvcv::Tensor &map, NVCVInterpolationType inInterp, NVCVInterpolationType mapInterp, NVCVRemapMapValueType mapValueType, bool alignCorners, NVCVBorderType border, float4 borderValue)
inline virtual NVCVOperatorHandle handle() const noexcept override

Variables

NVCVOperatorHandle m_handle
class Remap : public cvcuda::IOperator
#include <OpRemap.hpp>