MPSImageReduceRowMin(3) MetalPerformanceShaders.framework MPSImageReduceRowMin(3)
NAME
MPSImageReduceRowMin
SYNOPSIS
#import <MPSImageReduce.h>
Inherits MPSImageReduceUnary.
Instance Methods
(nonnull instancetype) - initWithDevice:
Additional Inherited Members
Detailed Description
The MPSImageReduceRowMin performs a reduction operation returning the mininmum value for each row of an image
Method Documentation
- (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device
Specifies information to apply the reduction operation on an image.
Parameters:
device The device the filter will run on
Returns:
A valid MPSImageReduce object or nil, if failure.
Reimplemented from MPSImageReduceUnary.
Author
Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code.
Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSImageReduceRowMin(3)