Usage | Returns |
---|---|
Image.distance(kernel, skipMasked) | Image |
Argument | Type | Details |
---|---|---|
this: image | Image | The input image. |
kernel | Kernel, default: null | The distance kernel. |
skipMasked | Boolean, default: true | Mask output pixels if the corresponding input pixel is masked. |