mpsimagedivide(3) mojave man page | unix.com

Man Page: mpsimagedivide

Operating Environment: mojave

Section: 3

MPSImageDivide(3)					 MetalPerformanceShaders.framework					 MPSImageDivide(3)

NAME
MPSImageDivide
SYNOPSIS
#import <MPSImageMath.h> Inherits MPSImageArithmetic. Instance Methods (nonnull instancetype) - initWithDevice: Additional Inherited Members Detailed Description This depends on Metal.framework. Specifies the division operator. For each pixel in the primary source image (x) and each pixel in a secondary source image (y), it applies the following function: result = ((primaryScale * x) / (secondaryScale * y)) + bias. Method Documentation - (nonnull instancetype) initWithDevice: (nonnull id< MTLDevice >) device Initialize the division operator Parameters: device The device the filter will run on. Returns: A valid MPSImageDivide object or nil, if failure. Reimplemented from MPSImageArithmetic. Author Generated automatically by Doxygen for MetalPerformanceShaders.framework from the source code. Version MetalPerformanceShaders-100 Thu Feb 8 2018 MPSImageDivide(3)
Related Man Pages
mpscnnneuronhardsigmoid(3) - mojave
mpscnnneuronprelu(3) - mojave
mpscnnneuronpower(3) - mojave
mpscnnneuronrelu(3) - mojave
mpscnnsubtractgradient(3) - mojave
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
UNIX tool on MacOS that can increase resolution of a file
My first PERL incarnation... Audio Oscillograph
Python 3.8.0rc1 released.
[BASH] eval command not expanding variables as expected.