Inpaint
- group NVCV_C_ALGORITHM_INPAINT
Unnamed Group
-
NVCVStatus cvcudaInpaintSubmit(NVCVOperatorHandle handle, cudaStream_t stream, NVCVTensorHandle in, NVCVTensorHandle masks, NVCVTensorHandle out, double inpaintRadius)
-
NVCVStatus cvcudaInpaintVarShapeSubmit(NVCVOperatorHandle handle, cudaStream_t stream, NVCVImageBatchHandle in, NVCVImageBatchHandle masks, NVCVImageBatchHandle out, double inpaintRadius)
Functions
-
NVCVStatus cvcudaInpaintCreate(NVCVOperatorHandle *handle, int32_t maxBatchSize, int32_t maxHeight, int32_t maxWidth)
-
NVCVStatus cvcudaInpaintSubmit(NVCVOperatorHandle handle, cudaStream_t stream, NVCVTensorHandle in, NVCVTensorHandle masks, NVCVTensorHandle out, double inpaintRadius)