bandpassfilter
Syntax: bandpassfilter(image, minimum size, maximum size)
Bandpass filtering. Removes gray value variations smaller or larger in spatial extent than specified.
This command cannot be used in the distributed processing mode. If you need it, please contact the authors.
Arguments
image [input & output]
Data type: float32 image
Image to process.
minimum size [input]
Data type: real
Default value: 3
Variations smaller than than this value are removed.
maximum size [input]
Data type: real
Default value: 40
Variations larger than this value are removed.