plug-in-despeckle

Michael Sweet <mike@easysw.com>

Description

Remove speckle noise from the image

Help

This plug-in selectively performs a median or adaptive box filter on an image.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Input image
PF_DRAWABLE drawable Input drawable
PF_INT radius Filter box radius (default = 3)
PF_INT type Filter type { MEDIAN (0), ADAPTIVE (1), RECURSIVE-MEDIAN (2), RECURSIVE-ADAPTIVE (3) }
PF_INT black Black level (-1 to 255)
PF_INT white White level (0 to 256)

Return

None