patch_size property

patch_size property

The patch size used by the algorithm (odd, 5-11). Default is 7. For InpaintingMethod.telea this is used as HalfPatchSize.

Definition:

@property
def patch_size(self):
    ...
@patch_size.setter
def patch_size(self, value):
    ...

See Also