Inpaint

group NVCV_CPP_ALGORITHM_INPAINT

Functions

inline explicit Inpaint(int32_t maxBatchSize, nvcv::Size2D maxShape)
inline ~Inpaint()
inline void operator()(cudaStream_t stream, const nvcv::Tensor &in, const nvcv::Tensor &masks, const nvcv::Tensor &out, double inpaintRadius)
inline void operator()(cudaStream_t stream, const nvcv::ImageBatchVarShape &in, const nvcv::ImageBatchVarShape &masks, const nvcv::ImageBatchVarShape &out, double inpaintRadius)
inline virtual NVCVOperatorHandle handle() const noexcept override

Variables

NVCVOperatorHandle m_handle
class Inpaint : public cvcuda::IOperator
#include <OpInpaint.hpp>