CropFlipNormalizeReformat

Note

The C++ API provides RAII wrappers around the C API. For detailed documentation including parameters, return values, and limitations, please refer to the corresponding C API documentation.

inline explicit CropFlipNormalizeReformat()
inline ~CropFlipNormalizeReformat()
inline void operator()(cudaStream_t stream, const nvcv::ImageBatch &in, const nvcv::Tensor &out, const nvcv::Tensor &cropRect, NVCVBorderType borderMode, float borderValue, const nvcv::Tensor &flipCode, const nvcv::Tensor &base, const nvcv::Tensor &scale, float global_scale, float shift, float epsilon, uint32_t flags = 0)
inline virtual NVCVOperatorHandle handle() const noexcept override
class CropFlipNormalizeReformat : public cvcuda::IOperator
#include <OpCropFlipNormalizeReformat.hpp>