Image.statistic

Makes each pixel the min / max / median / mode / etc. of the neighborhood of the specified width and height.

class Image
void
statistic
()
(,
size_t width
,
size_t height
)

Parameters

type StatisticType

The type pf statistic to apply.

width size_t

The width of the pixel neighborhood.

height size_t

The height of the pixel neighborhood.

Meta