Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.AverageError

    Primitives for computing the average error between two images.

    Given two images Src1 and Src2 both with width W and height H.

    If the image is in complex format, the absolute value is used for computation.

    Inheritance
    System.Object
    NPPNativeMethods.NPPi.AverageError
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public static class AverageError

    Methods

    nppiAverageError_16s_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 16-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16s_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16s_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 16-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16s_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16s_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 16-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16s_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16s_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 16-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16s_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16sc_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 16-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16sc_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16sc_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 16-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16sc_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16sc_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 16-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16sc_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16sc_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 16-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16sc_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16u_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 16-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16u_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16u_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 16-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16u_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16u_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 16-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16u_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_16u_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 16-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_16u_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32f_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 32-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32f_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32f_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 32-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32f_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32f_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 32-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32f_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32f_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 32-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32f_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32fc_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 32-bit floating point complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32fc_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32fc_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 32-bit floating point complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32fc_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32fc_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 32-bit floating point complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32fc_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32fc_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 32-bit floating point complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32fc_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_32s_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 32-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32s_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32s_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 32-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32s_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32s_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 32-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32s_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32s_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 32-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32s_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32sc_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 32-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32sc_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32sc_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 32-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32sc_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32sc_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 32-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32sc_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32sc_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 32-bit signed complex image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32sc_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error (absolute value).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32u_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 32-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32u_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32u_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 32-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32u_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32u_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 32-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32u_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_32u_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 32-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_32u_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_64f_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 64-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_64f_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_64f_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 64-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_64f_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_64f_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 64-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_64f_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_64f_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 64-bit floating point image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_64f_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError, or NPP_NOT_EVEN_STEP_ERROR if an invalid floating-point image is specified.

    nppiAverageError_8s_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 8-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8s_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8s_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 8-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8s_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8s_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 8-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8s_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8s_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 8-bit signed image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8s_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8u_C1R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    One-channel 8-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8u_C1R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8u_C2R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Two-channel 8-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8u_C2R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8u_C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Three-channel 8-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8u_C3R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageError_8u_C4R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr)

    Four-channel 8-bit unsigned image Average_Error.

    Declaration
    public static NppStatus nppiAverageError_8u_C4R(CUdeviceptr pSrc1, int nSrc1Step, CUdeviceptr pSrc2, int nSrc2Step, NppiSize oSizeROI, CUdeviceptr pError, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc1

    Source-Image Pointer.

    System.Int32 nSrc1Step

    Source-Image Line Step.

    CUdeviceptr pSrc2

    Source-Image Pointer.

    System.Int32 nSrc2Step

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pError

    Pointer to the computed error.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation, Scratch Buffer and Host Pointer.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16s_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16s_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16s_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16s_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16s_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16s_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16s_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16s_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16s_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16s_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16s_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16s_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16sc_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16sc_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16sc_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16sc_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16sc_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16sc_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16sc_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16sc_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16sc_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16sc_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16sc_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16sc_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16u_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16u_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16u_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16u_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16u_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16u_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16u_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16u_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16u_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_16u_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_16u_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_16u_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32f_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32f_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32f_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32f_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32f_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32f_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32f_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32f_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32f_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32f_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32f_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32f_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32fc_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32fc_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32fc_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32fc_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32fc_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32fc_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32fc_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32fc_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32fc_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32fc_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32fc_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32fc_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32s_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32s_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32s_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32s_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32s_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32s_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32s_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32s_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32s_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32s_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32s_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32s_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32sc_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32sc_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32sc_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32sc_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32sc_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32sc_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32sc_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32sc_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32sc_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32sc_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32sc_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32sc_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32u_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32u_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32u_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32u_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32u_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32u_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32u_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32u_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32u_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_32u_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_32u_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_32u_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_64f_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_64f_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_64f_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_64f_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_64f_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_64f_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_64f_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_64f_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_64f_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_64f_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_64f_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_64f_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8s_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8s_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8s_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8s_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8s_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8s_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8s_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8s_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8s_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8s_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8s_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8s_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8u_C1R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8u_C1R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8u_C1R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8u_C2R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8u_C2R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8u_C2R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8u_C3R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8u_C3R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8u_C3R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    nppiAverageErrorGetBufferHostSize_8u_C4R(NppiSize, ref Int32)

    Buffer size for \ref nppiAverageError_8u_C4R.

    Declaration
    public static NppStatus nppiAverageErrorGetBufferHostSize_8u_C4R(NppiSize oSizeROI, ref int hpBufferSize)
    Parameters
    Type Name Description
    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_NULL_POINTER_ERROR if hpBufferSize is 0 (NULL), StepError, SizeError.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX