Class Inpaint

Inheritance Relationships

Base Type

Class Documentation

class Inpaint : public cvcuda::IOperator

Public 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