A filter that returns the maximum 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
class MPSImageReduceRowMax : MPSImage Reduce Unary
A filter that returns the maximum value for each row in an image.
SDKs
Framework
class MPSImageReduceRowMax : MPSImage Reduce Unary
class MPSImage Reduce Row Min
A filter that returns the minimum value for each row in an image.
class MPSImage Reduce Row Sum
A filter that returns the sum of all values for a row in an image.
class MPSImage Reduce Row Mean
A filter that returns the mean value for each row in an image.
class MPSImage Reduce Column Max
A filter that returns the maximum value for each column in an image.
class MPSImage Reduce Column Min
A filter that returns the minimum value for each column in an image.
class MPSImage Reduce Column Sum
A filter that returns the sum of all values for a column in an image.
class MPSImage Reduce Column Mean
A filter that returns the mean value for each column in an image.
class MPSImage Reduce Unary
The base class for reduction filters that take a single source as input.