Image.statistic

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

class Image
void
statistic
()
()

Parameters

type

The type pf statistic to apply.

width
Type: size_t

The width of the pixel neighborhood.

height
Type: size_t

The height of the pixel neighborhood.

Meta