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