Class MPSImageConvolution

    • Constructor Detail

      • MPSImageConvolution

        public MPSImageConvolution()
      • MPSImageConvolution

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

        public MPSImageConvolution​(MTLDevice device,
                                   long kernelWidth,
                                   long kernelHeight,
                                   org.robovm.rt.bro.ptr.FloatPtr kernelWeights)
      • MPSImageConvolution

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

        public MPSImageConvolution​(MTLDevice device)
      • MPSImageConvolution

        public MPSImageConvolution​(NSCoder decoder)
    • Method Detail

      • getKernelHeight

        public long getKernelHeight()
      • getKernelWidth

        public long getKernelWidth()
      • getBias

        public float getBias()
      • setBias

        public void setBias​(float v)
      • init

        protected long init​(MTLDevice device,
                            long kernelWidth,
                            long kernelHeight,
                            org.robovm.rt.bro.ptr.FloatPtr kernelWeights)