method property

method property

The inpainting algorithm. Default is InpaintingMethod.patch_based.

Definition:

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

See Also