Inpaint Mask ( IAInpaintMask )
Parameters:
Name |
Short Name |
Type |
Description |
Radius |
radius |
real |
Radius of the neighborhood used for inpainting. Radius=0 uses true distances, larger than zero values use fast marching distance calculation. |
Method |
method |
string |
Specifies algorithm for image inpainting. |
Description:
Guesses mask areas using image inpainting.
Typical use is to fill in areas marked by masking using thresholding or ROI filling to remove very bright debris from images; or to allow processing that is not compatible with masked, thus undefined pixel values, such as spatial filtering.