Average Blur

group NVCV_CPP_ALGORITHM_AVERAGEBLUR

Functions

inline explicit AverageBlur(nvcv::Size2D maxKernelSize, int32_t maxVarShapeBatchSize)
inline ~AverageBlur()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &out, nvcv::Size2D kernelSize, int2 kernelAnchor, NVCVBorderType borderMode)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatch &in, const nvcv::ImageBatch &out, const nvcv::Tensor &kernelSize, const nvcv::Tensor &kernelAnchor, NVCVBorderType borderMode)
inline virtual NVCVOperatorHandle handle() const noexcept override

Variables

NVCVOperatorHandle m_handle
class AverageBlur : public cvcuda::IOperator
#include <OpAverageBlur.hpp>