Back to Adaptive Vision Studio website
You are here: Start » Filter Reference » Miscellaneous Image Transformations » cvInpaint
Inpaints the selected region in the image.
| Name | Type | Range | Description | |
|---|---|---|---|---|
![]() |
inSrc | Image | Input UINT8 1-channel or 3-channel image. | |
![]() |
inInpaintMask | Region | Inpainting region. | |
![]() |
inInpaintRadius | Real | 0.0 - ![]() |
Radius of a circular neighborhood of each point inpainted that is considered by the algorithm. |
![]() |
inMethod | CvInpaintMethod | Inpainting method | |
![]() |
outDst | Image | Output image. | |
Errors
This filter can throw an exception to report error. Read how to deal with errors here: Error Handling
| Error type | Description |
|---|---|
| DomainError | Input image must be 1- or 3-channel, UINT8 image in cvInpaint. |
| DomainError | Empty inInpaintMask in cvInpaint. |
Complexity Level
This filter is available on Basic Complexity Level.



