Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.MaxIdx

    Maximum Index

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

    Methods

    nppiMaxIndx_16s_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit signed short integer image max values with their X and Y coordinates (alpha channel is not processed).

    Declaration
    public static NppStatus nppiMaxIndx_16s_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for the first three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for the first three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16s_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 16-bit signed short integer image max value with its X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_16s_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMax, CUdeviceptr pIndexX, CUdeviceptr pIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pIndexX

    Device-memory pointer to the X coordinate of the image max value.

    CUdeviceptr pIndexY

    Device-memory pointer to the Y coordinate of the image max value.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16s_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 16-bit signed short integer image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_16s_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16s_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit signed short integer image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_16s_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, four elements for four channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, four elements for four channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, four elements for four channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16u_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit unsigned short integer image max values with their X and Y coordinates (alpha channel is not processed).

    Declaration
    public static NppStatus nppiMaxIndx_16u_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for the first three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for the first three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 16-bit unsigned short integer image max value with its X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_16u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMax, CUdeviceptr pIndexX, CUdeviceptr pIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pIndexX

    Device-memory pointer to the X coordinate of the image max value.

    CUdeviceptr pIndexY

    Device-memory pointer to the Y coordinate of the image max value.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16u_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 16-bit unsigned short integer image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_16u_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_16u_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit unsigned short integer image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_16u_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, four elements for four channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, four elements for four channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, four elements for four channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 32-bit floating point image max values with their X and Y coordinates (alpha channel is not processed).

    Declaration
    public static NppStatus nppiMaxIndx_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for the first three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for the first three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 32-bit floating point image max value with its X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMax, CUdeviceptr pIndexX, CUdeviceptr pIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pIndexX

    Device-memory pointer to the X coordinate of the image max value.

    CUdeviceptr pIndexY

    Device-memory pointer to the Y coordinate of the image max value.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 32-bit floating point image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 32-bit floating point image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, four elements for four channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, four elements for four channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, four elements for four channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_8u_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 8-bit unsigned char image max values with their X and Y coordinates (alpha channel is not processed).

    Declaration
    public static NppStatus nppiMaxIndx_8u_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for the first three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for the first three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for the first three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_8u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 8-bit unsigned char image max value with its X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_8u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMax, CUdeviceptr pIndexX, CUdeviceptr pIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pIndexX

    Device-memory pointer to the X coordinate of the image max value.

    CUdeviceptr pIndexY

    Device-memory pointer to the Y coordinate of the image max value.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_8u_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 8-bit unsigned char image max values with their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_8u_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, three elements for three channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, three elements for three channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, three elements for three channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndx_8u_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 8-bit unsigned char image max valueswith their X and Y coordinates.

    Declaration
    public static NppStatus nppiMaxIndx_8u_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMax, CUdeviceptr aIndexX, CUdeviceptr aIndexY)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pDeviceBuffer

    Pointer to the required device memory allocation

    CUdeviceptr aMax

    Device-memory array receiving the maximum result, four elements for four channels.

    CUdeviceptr aIndexX

    Device-memory array to the X coordinates of the image max values, four elements for four channels.

    CUdeviceptr aIndexY

    Device-memory array to the Y coordinates of the image max values, four elements for four channels.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMaxIndxGetBufferHostSize_16s_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16s_AC4R.

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

    nppiMaxIndxGetBufferHostSize_16s_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_16s_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_16s_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_16u_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.

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

    nppiMaxIndxGetBufferHostSize_16u_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_16u_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_16u_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_32f_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.

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

    nppiMaxIndxGetBufferHostSize_32f_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R.

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

    nppiMaxIndxGetBufferHostSize_32f_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.

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

    nppiMaxIndxGetBufferHostSize_32f_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.

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

    nppiMaxIndxGetBufferHostSize_8u_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.

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

    nppiMaxIndxGetBufferHostSize_8u_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C1R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_8u_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C3R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

    nppiMaxIndxGetBufferHostSize_8u_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.

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

    Region-of-Interest (ROI).

    System.Int32 hpBufferSize

    Required buffer size. Important: hpBufferSize is a

    Returns
    Type Description
    NppStatus

    NPP_SUCCESS

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