A filter that returns the mean value for each row in an image.
SDKs
- iOS 11.3+
- macOS 10.13.4+
- Mac Catalyst 13.0+
- tvOS 11.3+
Framework
- Metal Performance Shaders
Declaration
@interface MPSImageReduceRowMean : MPSImage Reduce Unary
A filter that returns the mean value for each row in an image.
SDKs
Framework
@interface MPSImageReduceRowMean : MPSImage Reduce Unary
MPSImage Reduce Row Max
A filter that returns the maximum value for each row in an image.
MPSImage Reduce Row Min
A filter that returns the minimum value for each row in an image.
MPSImage Reduce Row Sum
A filter that returns the sum of all values for a row in an image.
MPSImage Reduce Column Max
A filter that returns the maximum value for each column in an image.
MPSImage Reduce Column Min
A filter that returns the minimum value for each column in an image.
MPSImage Reduce Column Sum
A filter that returns the sum of all values for a column in an image.
MPSImage Reduce Column Mean
A filter that returns the mean value for each column in an image.
MPSImage Reduce Unary
The base class for reduction filters that take a single source as input.