Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.MinMaxNew

    Min / Max (new in CUDA 5)

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

    Methods

    nppiMinMax_16s_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit signed short image minimum and maximum values (alpha channel is not calculated).

    Declaration
    public static NppStatus nppiMinMax_16s_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_AC4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16s_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 16-bit signed short image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_16s_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pMin, CUdeviceptr pMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pMin

    Device-memory pointer receiving the minimum result.

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C1R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16s_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 16-bit signed short image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_16s_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C3R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16s_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit signed short image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_16s_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16s_C4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16u_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit unsigned short image minimum and maximum values (alpha channel is not calculated).

    Declaration
    public static NppStatus nppiMinMax_16u_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_AC4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 16-bit unsigned short image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_16u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pMin, CUdeviceptr pMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pMin

    Device-memory pointer receiving the minimum result.

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C1R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16u_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 16-bit unsigned short image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_16u_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C3R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_16u_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 16-bit unsigned short image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_16u_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_16u_C4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 32-bit floating point image minimum and maximum values (alpha channel is not calculated).

    Declaration
    public static NppStatus nppiMinMax_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_AC4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 32-bit floating point image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pMin, CUdeviceptr pMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pMin

    Device-memory pointer receiving the minimum result.

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_C1R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 32-bit floating point image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_C3R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 32-bit floating point image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_32f_C4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_8u_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 8-bit unsigned image minimum and maximum values (alpha channel is not calculated).

    Declaration
    public static NppStatus nppiMinMax_8u_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_AC4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_8u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    1-channel 8-bit unsigned image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_8u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pMin, CUdeviceptr pMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr pMin

    Device-memory pointer receiving the minimum result.

    CUdeviceptr pMax

    Device-memory pointer receiving the maximum result.

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_8u_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    3-channel 8-bit unsigned image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_8u_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_C3R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMax_8u_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr)

    4-channel 8-bit unsigned image minimum and maximum values.

    Declaration
    public static NppStatus nppiMinMax_8u_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr aMin, CUdeviceptr aMax, CUdeviceptr pDeviceBuffer)
    Parameters
    Type Name Description
    CUdeviceptr pSrc

    Source-Image Pointer.

    System.Int32 nSrcStep

    Source-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    CUdeviceptr aMin

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

    CUdeviceptr aMax

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

    CUdeviceptr pDeviceBuffer

    Buffer to a scratch memory. Use \ref nppiMinMaxGetBufferHostSize_8u_C4R to determine

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiMinMaxGetBufferHostSize_16s_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16s_AC4R.

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

    nppiMinMaxGetBufferHostSize_16s_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16s_C1R.

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

    nppiMinMaxGetBufferHostSize_16s_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16s_C3R.

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

    nppiMinMaxGetBufferHostSize_16s_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16s_C4R.

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

    nppiMinMaxGetBufferHostSize_16u_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16u_AC4R.

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

    nppiMinMaxGetBufferHostSize_16u_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16u_C1R.

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

    nppiMinMaxGetBufferHostSize_16u_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16u_C3R.

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

    nppiMinMaxGetBufferHostSize_16u_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_16u_C4R.

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

    nppiMinMaxGetBufferHostSize_32f_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_32f_AC4R.

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

    nppiMinMaxGetBufferHostSize_32f_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_32f_C1R.

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

    nppiMinMaxGetBufferHostSize_32f_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_32f_C3R.

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

    nppiMinMaxGetBufferHostSize_32f_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_32f_C4R.

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

    nppiMinMaxGetBufferHostSize_8u_AC4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_8u_AC4R.

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

    nppiMinMaxGetBufferHostSize_8u_C1R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_8u_C1R.

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

    nppiMinMaxGetBufferHostSize_8u_C3R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_8u_C3R.

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

    nppiMinMaxGetBufferHostSize_8u_C4R(NppiSize, ref Int32)

    Device scratch buffer size (in bytes) for nppiMinManx_8u_C4R.

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