MLV grayscale
Input connectors
Input Grayscale The grayscale image which should be processed.
Output connectors
OutputGrayscaleThe filtered grayscale image.
Parameters
Intensity FloatThe strength of the filtering applied to the image.
Higher values results in more smoothing of details and noise into flatter areas.
Smoothness Float The intensity of the smoothing applied to the structuring areas, which results in rounder areas and lessens the stepping effect which may occur at higher filtering intensities.
Criterion Integer The criterion used to select the values that will define the structuring areas in the image.
In other words, how pixels should be grouped into areas that should be smoothed out.
- Variance: Select values with the lowest dispersion around the mean, which results in clusters of pixels similar to each other
- Coefficient of variation: Select values while taking the mean into account, which results in less variation in brighter areas inversely
Gaussian Boolean Use a Gaussian distribution for grouping pixels into structuring areas.
When ‘True’, this results in smoother areas and a reduced flattening effect.
Iterations IntegerThe number of times the filter is run, where each iteration is applies on the result of the previous one.
More iterations result in flatter and sharper structuring areas.