Color Twist

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