Class MPSImagePyramid

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol
Direct Known Subclasses:
MPSImageGaussianPyramid, MPSImageLaplacianPyramid

public class MPSImagePyramid
extends MPSUnaryImageKernel
Since:
Available in iOS 10.0 and later.
  • Constructor Details

    • MPSImagePyramid

      public MPSImagePyramid()
    • MPSImagePyramid

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

      protected MPSImagePyramid​(NSObject.SkipInit skipInit)
    • MPSImagePyramid

      public MPSImagePyramid​(MTLDevice device)
    • MPSImagePyramid

      public MPSImagePyramid​(MTLDevice device, float centerWeight)
    • MPSImagePyramid

      public MPSImagePyramid​(MTLDevice device, long kernelWidth, long kernelHeight, FloatPtr kernelWeights)
    • MPSImagePyramid

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

      public MPSImagePyramid​(NSCoder coder)
  • Method Details

    • getKernelHeight

      public long getKernelHeight()
    • getKernelWidth

      public long getKernelWidth()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(MTLDevice device)
      Overrides:
      init in class MPSUnaryImageKernel
    • init

      protected long init​(MTLDevice device, float centerWeight)
    • init

      protected long init​(MTLDevice device, long kernelWidth, long kernelHeight, FloatPtr kernelWeights)
    • init

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