Class nppisu

    • Constructor Detail

      • nppisu

        public nppisu()
    • Method Detail

      • nppiMalloc_8u_C1

        @Cast("Npp8u*")
        public static BytePointer nppiMalloc_8u_C1​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        8-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_8u_C1

        @Cast("Npp8u*")
        public static ByteBuffer nppiMalloc_8u_C1​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_8u_C1

        @Cast("Npp8u*")
        public static byte[] nppiMalloc_8u_C1​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_8u_C2

        @Cast("Npp8u*")
        public static BytePointer nppiMalloc_8u_C2​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        2 channel 8-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_8u_C2

        @Cast("Npp8u*")
        public static ByteBuffer nppiMalloc_8u_C2​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_8u_C2

        @Cast("Npp8u*")
        public static byte[] nppiMalloc_8u_C2​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_8u_C3

        @Cast("Npp8u*")
        public static BytePointer nppiMalloc_8u_C3​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        3 channel 8-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_8u_C3

        @Cast("Npp8u*")
        public static ByteBuffer nppiMalloc_8u_C3​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_8u_C3

        @Cast("Npp8u*")
        public static byte[] nppiMalloc_8u_C3​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_8u_C4

        @Cast("Npp8u*")
        public static BytePointer nppiMalloc_8u_C4​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        4 channel 8-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_8u_C4

        @Cast("Npp8u*")
        public static ByteBuffer nppiMalloc_8u_C4​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_8u_C4

        @Cast("Npp8u*")
        public static byte[] nppiMalloc_8u_C4​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_16u_C1

        @Cast("Npp16u*")
        public static ShortPointer nppiMalloc_16u_C1​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        16-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16u_C1

        @Cast("Npp16u*")
        public static ShortBuffer nppiMalloc_16u_C1​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16u_C1

        @Cast("Npp16u*")
        public static short[] nppiMalloc_16u_C1​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16u_C2

        @Cast("Npp16u*")
        public static ShortPointer nppiMalloc_16u_C2​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        2 channel 16-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16u_C2

        @Cast("Npp16u*")
        public static ShortBuffer nppiMalloc_16u_C2​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16u_C2

        @Cast("Npp16u*")
        public static short[] nppiMalloc_16u_C2​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16u_C3

        @Cast("Npp16u*")
        public static ShortPointer nppiMalloc_16u_C3​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        3 channel 16-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16u_C3

        @Cast("Npp16u*")
        public static ShortBuffer nppiMalloc_16u_C3​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16u_C3

        @Cast("Npp16u*")
        public static short[] nppiMalloc_16u_C3​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16u_C4

        @Cast("Npp16u*")
        public static ShortPointer nppiMalloc_16u_C4​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        4 channel 16-bit unsigned image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16u_C4

        @Cast("Npp16u*")
        public static ShortBuffer nppiMalloc_16u_C4​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16u_C4

        @Cast("Npp16u*")
        public static short[] nppiMalloc_16u_C4​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16s_C1

        @Cast("Npp16s*")
        public static ShortPointer nppiMalloc_16s_C1​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        16-bit signed image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16s_C1

        @Cast("Npp16s*")
        public static ShortBuffer nppiMalloc_16s_C1​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16s_C1

        @Cast("Npp16s*")
        public static short[] nppiMalloc_16s_C1​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16s_C2

        @Cast("Npp16s*")
        public static ShortPointer nppiMalloc_16s_C2​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        2 channel 16-bit signed image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16s_C2

        @Cast("Npp16s*")
        public static ShortBuffer nppiMalloc_16s_C2​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16s_C2

        @Cast("Npp16s*")
        public static short[] nppiMalloc_16s_C2​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16s_C4

        @Cast("Npp16s*")
        public static ShortPointer nppiMalloc_16s_C4​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        4 channel 16-bit signed image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16s_C4

        @Cast("Npp16s*")
        public static ShortBuffer nppiMalloc_16s_C4​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_16s_C4

        @Cast("Npp16s*")
        public static short[] nppiMalloc_16s_C4​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_16sc_C1

        public static Npp16sc nppiMalloc_16sc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        1 channel 16-bit signed complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16sc_C1

        public static Npp16sc nppiMalloc_16sc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_16sc_C1

        public static Npp16sc nppiMalloc_16sc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_16sc_C2

        public static Npp16sc nppiMalloc_16sc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        2 channel 16-bit signed complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16sc_C2

        public static Npp16sc nppiMalloc_16sc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_16sc_C2

        public static Npp16sc nppiMalloc_16sc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_16sc_C3

        public static Npp16sc nppiMalloc_16sc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        3 channel 16-bit signed complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16sc_C3

        public static Npp16sc nppiMalloc_16sc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_16sc_C3

        public static Npp16sc nppiMalloc_16sc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_16sc_C4

        public static Npp16sc nppiMalloc_16sc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        4 channel 16-bit signed complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_16sc_C4

        public static Npp16sc nppiMalloc_16sc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_16sc_C4

        public static Npp16sc nppiMalloc_16sc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32s_C1

        @Cast("Npp32s*")
        public static IntPointer nppiMalloc_32s_C1​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        32-bit signed image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32s_C1

        @Cast("Npp32s*")
        public static IntBuffer nppiMalloc_32s_C1​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_32s_C1

        @Cast("Npp32s*")
        public static int[] nppiMalloc_32s_C1​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_32s_C3

        @Cast("Npp32s*")
        public static IntPointer nppiMalloc_32s_C3​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        3 channel 32-bit signed image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32s_C3

        @Cast("Npp32s*")
        public static IntBuffer nppiMalloc_32s_C3​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_32s_C3

        @Cast("Npp32s*")
        public static int[] nppiMalloc_32s_C3​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_32s_C4

        @Cast("Npp32s*")
        public static IntPointer nppiMalloc_32s_C4​(int nWidthPixels,
                                                   int nHeightPixels,
                                                   IntPointer pStepBytes)
        4 channel 32-bit signed image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32s_C4

        @Cast("Npp32s*")
        public static IntBuffer nppiMalloc_32s_C4​(int nWidthPixels,
                                                  int nHeightPixels,
                                                  IntBuffer pStepBytes)
      • nppiMalloc_32s_C4

        @Cast("Npp32s*")
        public static int[] nppiMalloc_32s_C4​(int nWidthPixels,
                                              int nHeightPixels,
                                              int[] pStepBytes)
      • nppiMalloc_32sc_C1

        public static Npp32sc nppiMalloc_32sc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        32-bit integer complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32sc_C1

        public static Npp32sc nppiMalloc_32sc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32sc_C1

        public static Npp32sc nppiMalloc_32sc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32sc_C2

        public static Npp32sc nppiMalloc_32sc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        2 channel 32-bit integer complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32sc_C2

        public static Npp32sc nppiMalloc_32sc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32sc_C2

        public static Npp32sc nppiMalloc_32sc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32sc_C3

        public static Npp32sc nppiMalloc_32sc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        3 channel 32-bit integer complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32sc_C3

        public static Npp32sc nppiMalloc_32sc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32sc_C3

        public static Npp32sc nppiMalloc_32sc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32sc_C4

        public static Npp32sc nppiMalloc_32sc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        4 channel 32-bit integer complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32sc_C4

        public static Npp32sc nppiMalloc_32sc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32sc_C4

        public static Npp32sc nppiMalloc_32sc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32f_C1

        @Cast("Npp32f*")
        public static FloatPointer nppiMalloc_32f_C1​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        32-bit floating point image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32f_C1

        @Cast("Npp32f*")
        public static FloatBuffer nppiMalloc_32f_C1​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_32f_C1

        @Cast("Npp32f*")
        public static float[] nppiMalloc_32f_C1​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_32f_C2

        @Cast("Npp32f*")
        public static FloatPointer nppiMalloc_32f_C2​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        2 channel 32-bit floating point image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32f_C2

        @Cast("Npp32f*")
        public static FloatBuffer nppiMalloc_32f_C2​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_32f_C2

        @Cast("Npp32f*")
        public static float[] nppiMalloc_32f_C2​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_32f_C3

        @Cast("Npp32f*")
        public static FloatPointer nppiMalloc_32f_C3​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        3 channel 32-bit floating point image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32f_C3

        @Cast("Npp32f*")
        public static FloatBuffer nppiMalloc_32f_C3​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_32f_C3

        @Cast("Npp32f*")
        public static float[] nppiMalloc_32f_C3​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_32f_C4

        @Cast("Npp32f*")
        public static FloatPointer nppiMalloc_32f_C4​(int nWidthPixels,
                                                     int nHeightPixels,
                                                     IntPointer pStepBytes)
        4 channel 32-bit floating point image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32f_C4

        @Cast("Npp32f*")
        public static FloatBuffer nppiMalloc_32f_C4​(int nWidthPixels,
                                                    int nHeightPixels,
                                                    IntBuffer pStepBytes)
      • nppiMalloc_32f_C4

        @Cast("Npp32f*")
        public static float[] nppiMalloc_32f_C4​(int nWidthPixels,
                                                int nHeightPixels,
                                                int[] pStepBytes)
      • nppiMalloc_32fc_C1

        public static Npp32fc nppiMalloc_32fc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        32-bit float complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32fc_C1

        public static Npp32fc nppiMalloc_32fc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32fc_C1

        public static Npp32fc nppiMalloc_32fc_C1​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32fc_C2

        public static Npp32fc nppiMalloc_32fc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        2 channel 32-bit float complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32fc_C2

        public static Npp32fc nppiMalloc_32fc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32fc_C2

        public static Npp32fc nppiMalloc_32fc_C2​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32fc_C3

        public static Npp32fc nppiMalloc_32fc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        3 channel 32-bit float complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32fc_C3

        public static Npp32fc nppiMalloc_32fc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32fc_C3

        public static Npp32fc nppiMalloc_32fc_C3​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiMalloc_32fc_C4

        public static Npp32fc nppiMalloc_32fc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntPointer pStepBytes)
        4 channel 32-bit float complex image memory allocator.
        Parameters:
        nWidthPixels - Image width.
        nHeightPixels - Image height.
        pStepBytes - \ref line_step.
        Returns:
        Pointer to new image data.
      • nppiMalloc_32fc_C4

        public static Npp32fc nppiMalloc_32fc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 IntBuffer pStepBytes)
      • nppiMalloc_32fc_C4

        public static Npp32fc nppiMalloc_32fc_C4​(int nWidthPixels,
                                                 int nHeightPixels,
                                                 int[] pStepBytes)
      • nppiFree

        public static void nppiFree​(Pointer pData)
        Free method for any 2D allocated memory. This method should be used to free memory allocated with any of the nppiMalloc_ methods.
        Parameters:
        pData - A pointer to memory allocated using nppiMalloc_.