pub unsafe trait CIAreaMaximum: CIAreaReductionFilter { }Available on crate features
CIFilter and CIFilterBuiltins only.Expand description
The protocol for the Area Maximum filter.
Calculates the maximum component values for the specified area in an image, returning the result in a pixel.
See also Apple’s documentation