Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.ImageProximity

    Primitives for computing the proximity measure between a source image and a template image.

    Inheritance
    System.Object
    NPPNativeMethods.NPPi.ImageProximity
    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 ImageProximity

    Methods

    nppiCrossCorrFull_Norm_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image CrossCorrFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 16-bit unsigned image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image CrossCorrFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 32-bit floating point image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image CrossCorrFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit signed image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image CrossCorrFull_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    One-channel 8-bit unsigned image CrossCorrFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Three-channel 8-bit unsigned image CrossCorrFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image CrossCorrFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image CrossCorrFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit unsigned image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_Norm_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image CrossCorrFull_Norm.

    Declaration
    public static NppStatus nppiCrossCorrFull_Norm_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 16-bit unsigned image CrossCorrFull_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 16-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 16-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 16-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 32-bit floating point image CrossCorrFull_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 32-bit floating point image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 32-bit floating point image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 32-bit floating point image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit signed image CrossCorrFull_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 8-bit signed image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 8-bit signed image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit signed image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrFull_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    One-channel 8-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Three-channel 8-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrFull_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 8-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 8-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrFull_NormLevel_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrFull_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrFull_NormLevel_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image CrossCorrSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 16-bit unsigned image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image CrossCorrSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 32-bit floating point image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image CrossCorrSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit signed image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image CrossCorrSame_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    One-channel 8-bit unsigned image CrossCorrSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Three-channel 8-bit unsigned image CrossCorrSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image CrossCorrSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image CrossCorrSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit unsigned image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_Norm_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image CrossCorrSame_Norm.

    Declaration
    public static NppStatus nppiCrossCorrSame_Norm_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 16-bit unsigned image CrossCorrSame_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 16-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 16-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 16-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 32-bit floating point image CrossCorrSame_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 32-bit floating point image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 32-bit floating point image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 32-bit floating point image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit signed image CrossCorrSame_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 8-bit signed image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 8-bit signed image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit signed image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrSame_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    One-channel 8-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Three-channel 8-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrSame_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 8-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 8-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrSame_NormLevel_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrSame_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrSame_NormLevel_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned images CrossCorrValid.

    Declaration
    public static NppStatus nppiCrossCorrValid_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point images CrossCorrValid.

    Declaration
    public static NppStatus nppiCrossCorrValid_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed images CrossCorrValid.

    Declaration
    public static NppStatus nppiCrossCorrValid_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned images CrossCorrValid.

    Declaration
    public static NppStatus nppiCrossCorrValid_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image CrossCorrValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 16-bit unsigned image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image CrossCorrValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 32-bit floating point image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image CrossCorrValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit signed image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image CrossCorrValid_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    One-channel 8-bit unsigned image CrossCorrValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Three-channel 8-bit unsigned image CrossCorrValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image CrossCorrValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image CrossCorrValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit unsigned image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_Norm_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image CrossCorrValid_Norm.

    Declaration
    public static NppStatus nppiCrossCorrValid_Norm_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 16-bit unsigned image CrossCorrValid_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 16-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 16-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 16-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 32-bit floating point image CrossCorrValid_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 32-bit floating point image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 32-bit floating point image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 32-bit floating point image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit signed image CrossCorrValid_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 8-bit signed image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 8-bit signed image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit signed image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrValid_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    One-channel 8-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Three-channel 8-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrValid_NormLevel ignoring alpha channel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    One-channel 8-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Three-channel 8-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiCrossCorrValid_NormLevel_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, CUdeviceptr)

    Four-channel 8-bit unsigned image CrossCorrValid_NormLevel.

    Declaration
    public static NppStatus nppiCrossCorrValid_NormLevel_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiFullNormLevelGetBufferHostSize_16u32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_AC4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_16u32f_AC4R(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.

    nppiFullNormLevelGetBufferHostSize_16u32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_C1R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_16u32f_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.

    nppiFullNormLevelGetBufferHostSize_16u32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_C3R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_16u32f_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.

    nppiFullNormLevelGetBufferHostSize_16u32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_16u32f_C4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_16u32f_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.

    nppiFullNormLevelGetBufferHostSize_32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_AC4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_32f_AC4R(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.

    nppiFullNormLevelGetBufferHostSize_32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_C1R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_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.

    nppiFullNormLevelGetBufferHostSize_32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_C3R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_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.

    nppiFullNormLevelGetBufferHostSize_32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_32f_C4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_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.

    nppiFullNormLevelGetBufferHostSize_8s32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_AC4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8s32f_AC4R(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.

    nppiFullNormLevelGetBufferHostSize_8s32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_C1R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8s32f_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.

    nppiFullNormLevelGetBufferHostSize_8s32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_C3R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8s32f_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.

    nppiFullNormLevelGetBufferHostSize_8s32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8s32f_C4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8s32f_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.

    nppiFullNormLevelGetBufferHostSize_8u_AC4RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u_AC4RSfs.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u_AC4RSfs(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.

    nppiFullNormLevelGetBufferHostSize_8u_C1RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for nppiCrossCorrFull_NormLevel_8u_C1RSfs.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u_C1RSfs(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.

    nppiFullNormLevelGetBufferHostSize_8u_C3RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u_C3RSfs.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u_C3RSfs(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.

    nppiFullNormLevelGetBufferHostSize_8u_C4RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u_C4RSfs.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u_C4RSfs(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.

    nppiFullNormLevelGetBufferHostSize_8u32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_AC4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u32f_AC4R(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.

    nppiFullNormLevelGetBufferHostSize_8u32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_C1R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u32f_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.

    nppiFullNormLevelGetBufferHostSize_8u32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_C3R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u32f_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.

    nppiFullNormLevelGetBufferHostSize_8u32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrFull_NormLevel_8u32f_C4R.

    Declaration
    public static NppStatus nppiFullNormLevelGetBufferHostSize_8u32f_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.

    nppiSameNormLevelGetBufferHostSize_16u32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_AC4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_16u32f_AC4R(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.

    nppiSameNormLevelGetBufferHostSize_16u32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_C1R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_16u32f_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.

    nppiSameNormLevelGetBufferHostSize_16u32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_C3R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_16u32f_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.

    nppiSameNormLevelGetBufferHostSize_16u32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_16u32f_C4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_16u32f_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.

    nppiSameNormLevelGetBufferHostSize_32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_AC4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_32f_AC4R(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.

    nppiSameNormLevelGetBufferHostSize_32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_C1R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_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.

    nppiSameNormLevelGetBufferHostSize_32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_C3R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_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.

    nppiSameNormLevelGetBufferHostSize_32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_32f_C4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_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.

    nppiSameNormLevelGetBufferHostSize_8s32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_AC4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8s32f_AC4R(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.

    nppiSameNormLevelGetBufferHostSize_8s32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_C1R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8s32f_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.

    nppiSameNormLevelGetBufferHostSize_8s32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_C3R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8s32f_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.

    nppiSameNormLevelGetBufferHostSize_8s32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8s32f_C4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8s32f_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.

    nppiSameNormLevelGetBufferHostSize_8u_AC4RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u_AC4RSfs.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u_AC4RSfs(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.

    nppiSameNormLevelGetBufferHostSize_8u_C1RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for nppiCrossCorrSame_NormLevel_8u_C1RSfs.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u_C1RSfs(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.

    nppiSameNormLevelGetBufferHostSize_8u_C3RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u_C3RSfs.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u_C3RSfs(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.

    nppiSameNormLevelGetBufferHostSize_8u_C4RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u_C4RSfs.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u_C4RSfs(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.

    nppiSameNormLevelGetBufferHostSize_8u32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_AC4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u32f_AC4R(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.

    nppiSameNormLevelGetBufferHostSize_8u32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_C1R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u32f_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.

    nppiSameNormLevelGetBufferHostSize_8u32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_C3R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u32f_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.

    nppiSameNormLevelGetBufferHostSize_8u32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrSame_NormLevel_8u32f_C4R.

    Declaration
    public static NppStatus nppiSameNormLevelGetBufferHostSize_8u32f_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.

    nppiSqrDistanceFull_Norm_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image SqrDistanceFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 16-bit unsigned image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image SqrDistanceFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 32-bit floating point image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image SqrDistanceFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit signed image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image SqrDistanceFull_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    One-channel 8-bit unsigned image SqrDistanceFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Three-channel 8-bit unsigned image SqrDistanceFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image SqrDistanceFull_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image SqrDistanceFull_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit unsigned image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceFull_Norm_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image SqrDistanceFull_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceFull_Norm_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image SqrDistanceSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 16-bit unsigned image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image SqrDistanceSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 32-bit floating point image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image SqrDistanceSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit signed image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image SqrDistanceSame_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    One-channel 8-bit unsigned image SqrDistanceSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Three-channel 8-bit unsigned image SqrDistanceSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image SqrDistanceSame_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image SqrDistanceSame_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit unsigned image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceSame_Norm_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image SqrDistanceSame_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceSame_Norm_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_16u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image SqrDistanceValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_16u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_16u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 16-bit unsigned image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_16u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_16u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 16-bit unsigned image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_16u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_16u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 16-bit unsigned image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_16u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image SqrDistanceValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 32-bit floating point image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 32-bit floating point image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 32-bit floating point image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8s32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image SqrDistanceValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8s32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8s32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit signed image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8s32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8s32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit signed image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8s32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8s32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit signed image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8s32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u_AC4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image SqrDistanceValid_Norm ignoring alpha channel, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u_AC4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u_C1RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    One-channel 8-bit unsigned image SqrDistanceValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u_C1RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u_C3RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Three-channel 8-bit unsigned image SqrDistanceValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u_C3RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u_C4RSfs(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, Int32)

    Four-channel 8-bit unsigned image SqrDistanceValid_Norm, scaled by \f$2^(-nScaleFactor)\f$.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u_C4RSfs(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep, int nScaleFactor)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    System.Int32 nScaleFactor

    Integer Result Scaling.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image SqrDistanceValid_Norm ignoring alpha channel.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    One-channel 8-bit unsigned image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Three-channel 8-bit unsigned image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiSqrDistanceValid_Norm_8u32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32, NppiSize, CUdeviceptr, Int32)

    Four-channel 8-bit unsigned image SqrDistanceValid_Norm.

    Declaration
    public static NppStatus nppiSqrDistanceValid_Norm_8u32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSrcRoiSize, CUdeviceptr pTpl, int nTplStep, NppiSize oTplRoiSize, CUdeviceptr pDst, int nDstStep)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSrcRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pTpl

    Pointer to the template image.

    System.Int32 nTplStep

    Number of bytes between successive rows in the template image.

    NppiSize oTplRoiSize

    Region-of-Interest (ROI).

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiValidNormLevelGetBufferHostSize_16u32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_AC4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_16u32f_AC4R(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.

    nppiValidNormLevelGetBufferHostSize_16u32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_C1R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_16u32f_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.

    nppiValidNormLevelGetBufferHostSize_16u32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_C3R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_16u32f_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.

    nppiValidNormLevelGetBufferHostSize_16u32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_16u32f_C4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_16u32f_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.

    nppiValidNormLevelGetBufferHostSize_32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_AC4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_32f_AC4R(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.

    nppiValidNormLevelGetBufferHostSize_32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_C1R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_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.

    nppiValidNormLevelGetBufferHostSize_32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_C3R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_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.

    nppiValidNormLevelGetBufferHostSize_32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_32f_C4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_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.

    nppiValidNormLevelGetBufferHostSize_8s32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_AC4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8s32f_AC4R(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.

    nppiValidNormLevelGetBufferHostSize_8s32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_C1R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8s32f_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.

    nppiValidNormLevelGetBufferHostSize_8s32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_C3R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8s32f_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.

    nppiValidNormLevelGetBufferHostSize_8s32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8s32f_C4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8s32f_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.

    nppiValidNormLevelGetBufferHostSize_8u_AC4RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u_AC4RSfs.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u_AC4RSfs(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.

    nppiValidNormLevelGetBufferHostSize_8u_C1RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for nppiCrossCorrValid_NormLevel_8u_C1RSfs.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u_C1RSfs(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.

    nppiValidNormLevelGetBufferHostSize_8u_C3RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u_C3RSfs.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u_C3RSfs(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.

    nppiValidNormLevelGetBufferHostSize_8u_C4RSfs(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u_C4RSfs.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u_C4RSfs(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.

    nppiValidNormLevelGetBufferHostSize_8u32f_AC4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_AC4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u32f_AC4R(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.

    nppiValidNormLevelGetBufferHostSize_8u32f_C1R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_C1R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u32f_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.

    nppiValidNormLevelGetBufferHostSize_8u32f_C3R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_C3R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u32f_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.

    nppiValidNormLevelGetBufferHostSize_8u32f_C4R(NppiSize, ref Int32)

    Buffer size (in bytes) for \ref nppiCrossCorrValid_NormLevel_8u32f_C4R.

    Declaration
    public static NppStatus nppiValidNormLevelGetBufferHostSize_8u32f_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