Class Remap

Inheritance Relationships

Base Type

Class Documentation

class Remap : public cvcuda::IOperator

Public 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