Class NPPNativeMethods.NPPi.MinIdx
Minimum index
Inheritance
Inherited Members
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public static class MinIdx
Methods
nppiMinIndx_16s_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 16-bit signed short integer image min values with their X and Y coordinates (alpha channel is not processed).
Declaration
public static NppStatus nppiMinIndx_16s_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for the three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for the three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for the three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16s_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 16-bit signed short integer image min with its X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_16s_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMin, 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 | pMin | Device-memory pointer receiving the minimum result. |
CUdeviceptr | pIndexX | Device-memory pointer to the X coordinate of the image min value. |
CUdeviceptr | pIndexY | Device-memory pointer to the Y coordinate of the image min value. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16s_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 16-bit signed short integer image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_16s_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16s_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 16-bit signed short integer image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_16s_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, four elements for four channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, four elements for four channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, four elements for four channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16u_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 16-bit unsigned short integer image min values with their X and Y coordinates (alpha channel is not processed).
Declaration
public static NppStatus nppiMinIndx_16u_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for the three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for the three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for the three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 16-bit unsigned short integer image min with its X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_16u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMin, 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 | pMin | Device-memory pointer receiving the minimum result. |
CUdeviceptr | pIndexX | Device-memory pointer to the X coordinate of the image min value. |
CUdeviceptr | pIndexY | Device-memory pointer to the Y coordinate of the image min value. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16u_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 16-bit unsigned short integer image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_16u_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_16u_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 16-bit unsigned short integer image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_16u_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, four elements for four channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, four elements for four channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, four elements for four channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_32f_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 32-bit floating point image min values with their X and Y coordinates (alpha channel is not processed).
Declaration
public static NppStatus nppiMinIndx_32f_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for the three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for the three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for the three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_32f_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 32-bit floating point image min with its X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_32f_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMin, 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 | pMin | Device-memory pointer receiving the minimum result. |
CUdeviceptr | pIndexX | Device-memory pointer to the X coordinate of the image min value. |
CUdeviceptr | pIndexY | Device-memory pointer to the Y coordinate of the image min value. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_32f_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 32-bit floating point image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_32f_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_32f_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 32-bit floating point image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_32f_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, four elements for four channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, four elements for four channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, four elements for four channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_8u_AC4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 8-bit unsigned char image min values with their X and Y coordinates (alpha channel is not processed).
Declaration
public static NppStatus nppiMinIndx_8u_AC4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for the three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for the three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for the three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_8u_C1R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
1-channel 8-bit unsigned char image min with its X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_8u_C1R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr pMin, 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 | pMin | Device-memory pointer receiving the minimum result. |
CUdeviceptr | pIndexX | Device-memory pointer to the X coordinate of the image min value. |
CUdeviceptr | pIndexY | Device-memory pointer to the Y coordinate of the image min value. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_8u_C3R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
3-channel 8-bit unsigned char image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_8u_C3R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, three elements for three channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, three elements for three channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, three elements for three channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndx_8u_C4R(CUdeviceptr, Int32, NppiSize, CUdeviceptr, CUdeviceptr, CUdeviceptr, CUdeviceptr)
4-channel 8-bit unsigned char image min values with their X and Y coordinates.
Declaration
public static NppStatus nppiMinIndx_8u_C4R(CUdeviceptr pSrc, int nSrcStep, NppiSize oSizeROI, CUdeviceptr pDeviceBuffer, CUdeviceptr aMin, 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 | aMin | Device-memory array receiving the minimum result, four elements for four channels. |
CUdeviceptr | aIndexX | Device-memory array to the X coordinates of the image min values, four elements for four channels. |
CUdeviceptr | aIndexY | Device-memory array to the Y coordinates of the image min values, four elements for four channels. |
Returns
Type | Description |
---|---|
NppStatus | StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError |
nppiMinIndxGetBufferHostSize_16s_AC4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16u_AC4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16s_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C1R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16s_C3R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C3R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16s_C4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16s_C4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16u_AC4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16u_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16u_C1R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16u_C3R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16u_C3R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_16u_C4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_16u_C4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_32f_AC4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_AC4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_32f_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C1R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_32f_C3R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C3R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_32f_C4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_32f_C4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_8u_AC4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_AC4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_8u_C1R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C1R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_8u_C3R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C3R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |
nppiMinIndxGetBufferHostSize_8u_C4R(NppiSize, ref Int32)
Device scratch buffer size (in bytes) for nppiMinIndx_8u_C4R.
Declaration
public static NppStatus nppiMinIndxGetBufferHostSize_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 |