Class MPSImageThresholdBinaryInverse

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSImageThresholdBinaryInverse
extends MPSUnaryImageKernel
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • MPSImageThresholdBinaryInverse

      public MPSImageThresholdBinaryInverse()
    • MPSImageThresholdBinaryInverse

      protected MPSImageThresholdBinaryInverse​(NSObject.Handle h, long handle)
    • MPSImageThresholdBinaryInverse

      protected MPSImageThresholdBinaryInverse​(NSObject.SkipInit skipInit)
    • MPSImageThresholdBinaryInverse

      public MPSImageThresholdBinaryInverse​(MTLDevice device, float thresholdValue, float maximumValue, FloatPtr transform)
    • MPSImageThresholdBinaryInverse

      public MPSImageThresholdBinaryInverse​(NSCoder aDecoder, MTLDevice device)
      Since:
      Available in iOS 11.0 and later.
    • MPSImageThresholdBinaryInverse

      public MPSImageThresholdBinaryInverse​(NSCoder coder)
  • Method Details

    • getThresholdValue

      public float getThresholdValue()
    • getMaximumValue

      public float getMaximumValue()
    • getTransform

      public FloatPtr getTransform()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(MTLDevice device, float thresholdValue, float maximumValue, FloatPtr transform)
    • init

      protected long init​(NSCoder aDecoder, MTLDevice device)
      Overrides:
      init in class MPSUnaryImageKernel
      Since:
      Available in iOS 11.0 and later.