pub unsafe trait CIAreaMinMax: CIAreaReductionFilter { }Available on crate features
CIFilter and CIFilterBuiltins only.Expand description
The protocol for the Area Min and Max filter.
Calculates the per-component minimum and maximum value for the specified area in an image. The result is returned in a 2x1 image where the component minimum values are stored in the pixel on the left.
See also Apple’s documentation