NVCV_CPP_ALGORITHM_GAMMA_CONTRAST

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