Channel Reorder

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 ChannelReorder()
inline ~ChannelReorder()
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &out, const nvcv::Tensor &orders)
inline virtual NVCVOperatorHandle handle() const noexcept override
class ChannelReorder : public cvcuda::IOperator
#include <OpChannelReorder.hpp>