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