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