NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.1.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages

Primitives for computing the maximal value and its indices (X and Y coordinates) of an image. More...

MaxIndx

If there are several maxima in the selected region of interest, the function returns one on the top leftmost position.

The scratch buffer is required by the functions.

Common parameters for nppiMaxIndx functions include:

Parameters
pSrc Source-Image Pointer.
nSrcStep Source-Image Line Step.
oSizeROI Region-of-Interest (ROI).
pDeviceBuffer Pointer to the required device memory allocation, Scratch Buffer and Host Pointer Use nppiMaxIndxGetBufferHostSize_XX_XXX to determine the minium number of bytes required.
pMax Pointer to the computed max result.
pIndexX Pointer to the X coordinate of the image max value.
pIndexY Ppointer to the Y coordinate of the image max value.
nppStreamCtx Application Managed Stream Context.
Returns
Image Data Related Error Codes, ROI Related Error Codes
NppStatus  nppiMaxIndx_8u_C1R_Ctx (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u *pMax, int *pIndexX, int *pIndexY, NppStreamContext nppStreamCtx)
  One-channel 8-bit unsigned image MaxIndx. More...
 
NppStatus  nppiMaxIndx_8u_C1R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u *pMax, int *pIndexX, int *pIndexY)
 
NppStatus  nppiMaxIndx_16u_C1R_Ctx (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u *pMax, int *pIndexX, int *pIndexY, NppStreamContext nppStreamCtx)
  One-channel 16-bit unsigned image MaxIndx. More...
 
NppStatus  nppiMaxIndx_16u_C1R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u *pMax, int *pIndexX, int *pIndexY)
 
NppStatus  nppiMaxIndx_16s_C1R_Ctx (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s *pMax, int *pIndexX, int *pIndexY, NppStreamContext nppStreamCtx)
  One-channel 16-bit signed image MaxIndx. More...
 
NppStatus  nppiMaxIndx_16s_C1R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s *pMax, int *pIndexX, int *pIndexY)
 
NppStatus  nppiMaxIndx_32f_C1R_Ctx (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f *pMax, int *pIndexX, int *pIndexY, NppStreamContext nppStreamCtx)
  One-channel 32-bit floating point image MaxIndx. More...
 
NppStatus  nppiMaxIndx_32f_C1R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f *pMax, int *pIndexX, int *pIndexY)
 
NppStatus  nppiMaxIndx_8u_C3R_Ctx (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Three-channel 8-bit unsigned image MaxIndx. More...
 
NppStatus  nppiMaxIndx_8u_C3R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_16u_C3R_Ctx (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Three-channel 16-bit unsigned image MaxIndx. More...
 
NppStatus  nppiMaxIndx_16u_C3R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_16s_C3R_Ctx (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Three-channel 16-bit signed image MaxIndx. More...
 
NppStatus  nppiMaxIndx_16s_C3R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_32f_C3R_Ctx (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Three-channel 32-bit floating point image MaxIndx. More...
 
NppStatus  nppiMaxIndx_32f_C3R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_8u_C4R_Ctx (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[4], int aIndexX[4], int aIndexY[4], NppStreamContext nppStreamCtx)
  Four-channel 8-bit unsigned image MaxIndx. More...
 
NppStatus  nppiMaxIndx_8u_C4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[4], int aIndexX[4], int aIndexY[4])
 
NppStatus  nppiMaxIndx_16u_C4R_Ctx (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[4], int aIndexX[4], int aIndexY[4], NppStreamContext nppStreamCtx)
  Four-channel 16-bit unsigned image MaxIndx. More...
 
NppStatus  nppiMaxIndx_16u_C4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[4], int aIndexX[4], int aIndexY[4])
 
NppStatus  nppiMaxIndx_16s_C4R_Ctx (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[4], int aIndexX[4], int aIndexY[4], NppStreamContext nppStreamCtx)
  Four-channel 16-bit signed image MaxIndx. More...
 
NppStatus  nppiMaxIndx_16s_C4R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[4], int aIndexX[4], int aIndexY[4])
 
NppStatus  nppiMaxIndx_32f_C4R_Ctx (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[4], int aIndexX[4], int aIndexY[4], NppStreamContext nppStreamCtx)
  Four-channel 32-bit floating point image MaxIndx. More...
 
NppStatus  nppiMaxIndx_32f_C4R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[4], int aIndexX[4], int aIndexY[4])
 
NppStatus  nppiMaxIndx_8u_AC4R_Ctx (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Four-channel 8-bit unsigned image MaxIndx ignoring alpha channel. More...
 
NppStatus  nppiMaxIndx_8u_AC4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp8u aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_16u_AC4R_Ctx (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Four-channel 16-bit unsigned image MaxIndx ignoring alpha channel. More...
 
NppStatus  nppiMaxIndx_16u_AC4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16u aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_16s_AC4R_Ctx (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Four-channel 16-bit signed image MaxIndx ignoring alpha channel. More...
 
NppStatus  nppiMaxIndx_16s_AC4R (const Npp16s *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp16s aMax[3], int aIndexX[3], int aIndexY[3])
 
NppStatus  nppiMaxIndx_32f_AC4R_Ctx (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[3], int aIndexX[3], int aIndexY[3], NppStreamContext nppStreamCtx)
  Four-channel 32-bit floating point image MaxIndx ignoring alpha channel. More...
 
NppStatus  nppiMaxIndx_32f_AC4R (const Npp32f *pSrc, int nSrcStep, NppiSize oSizeROI, Npp8u *pDeviceBuffer, Npp32f aMax[3], int aIndexX[3], int aIndexY[3])
 

MaxIndxGetBufferHostSize

Companion primitives for computing the device buffer size (in bytes) required by the MaxIndx primitives.

NppStatus  nppiMaxIndxGetBufferHostSize_8u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C1R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_C1R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_C1R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C3R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_C3R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_C3R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_C4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_C4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_AC4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_8u_AC4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_AC4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16u_AC4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_AC4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_16s_AC4R (NppiSize oSizeROI, int *hpBufferSize)
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_AC4R_Ctx (NppiSize oSizeROI, int *hpBufferSize, NppStreamContext nppStreamCtx)
  Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R. More...
 
NppStatus  nppiMaxIndxGetBufferHostSize_32f_AC4R (NppiSize oSizeROI, int *hpBufferSize)
 

Detailed Description

Primitives for computing the maximal value and its indices (X and Y coordinates) of an image.

Function Documentation

NppStatus nppiMaxIndx_16s_AC4R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_16s_AC4R_Ctx ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit signed image MaxIndx ignoring alpha channel.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16s_C1R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s pMax,
int *  pIndexX,
int *  pIndexY 
)
NppStatus nppiMaxIndx_16s_C1R_Ctx ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s pMax,
int *  pIndexX,
int *  pIndexY,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit signed image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16s_C3R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_16s_C3R_Ctx ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit signed image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16s_C4R ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s  aMax[4],
int  aIndexX[4],
int  aIndexY[4] 
)
NppStatus nppiMaxIndx_16s_C4R_Ctx ( const Npp16s pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16s  aMax[4],
int  aIndexX[4],
int  aIndexY[4],
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit signed image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16u_AC4R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_16u_AC4R_Ctx ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

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

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16u_C1R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u pMax,
int *  pIndexX,
int *  pIndexY 
)
NppStatus nppiMaxIndx_16u_C1R_Ctx ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u pMax,
int *  pIndexX,
int *  pIndexY,
NppStreamContext  nppStreamCtx 
)

One-channel 16-bit unsigned image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16u_C3R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_16u_C3R_Ctx ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

Three-channel 16-bit unsigned image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_16u_C4R ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u  aMax[4],
int  aIndexX[4],
int  aIndexY[4] 
)
NppStatus nppiMaxIndx_16u_C4R_Ctx ( const Npp16u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp16u  aMax[4],
int  aIndexX[4],
int  aIndexY[4],
NppStreamContext  nppStreamCtx 
)

Four-channel 16-bit unsigned image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_32f_AC4R ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_32f_AC4R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

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

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_32f_C1R ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f pMax,
int *  pIndexX,
int *  pIndexY 
)
NppStatus nppiMaxIndx_32f_C1R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f pMax,
int *  pIndexX,
int *  pIndexY,
NppStreamContext  nppStreamCtx 
)

One-channel 32-bit floating point image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_32f_C3R ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_32f_C3R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

Three-channel 32-bit floating point image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_32f_C4R ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f  aMax[4],
int  aIndexX[4],
int  aIndexY[4] 
)
NppStatus nppiMaxIndx_32f_C4R_Ctx ( const Npp32f pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp32f  aMax[4],
int  aIndexX[4],
int  aIndexY[4],
NppStreamContext  nppStreamCtx 
)

Four-channel 32-bit floating point image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_8u_AC4R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_8u_AC4R_Ctx ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

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

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_8u_C1R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u pMax,
int *  pIndexX,
int *  pIndexY 
)
NppStatus nppiMaxIndx_8u_C1R_Ctx ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u pMax,
int *  pIndexX,
int *  pIndexY,
NppStreamContext  nppStreamCtx 
)

One-channel 8-bit unsigned image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_8u_C3R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u  aMax[3],
int  aIndexX[3],
int  aIndexY[3] 
)
NppStatus nppiMaxIndx_8u_C3R_Ctx ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u  aMax[3],
int  aIndexX[3],
int  aIndexY[3],
NppStreamContext  nppStreamCtx 
)

Three-channel 8-bit unsigned image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndx_8u_C4R ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u  aMax[4],
int  aIndexX[4],
int  aIndexY[4] 
)
NppStatus nppiMaxIndx_8u_C4R_Ctx ( const Npp8u pSrc,
int  nSrcStep,
NppiSize  oSizeROI,
Npp8u pDeviceBuffer,
Npp8u  aMax[4],
int  aIndexX[4],
int  aIndexY[4],
NppStreamContext  nppStreamCtx 
)

Four-channel 8-bit unsigned image MaxIndx.

For common parameter descriptions, see Common parameters for nppiMaxIndx functions.

NppStatus nppiMaxIndxGetBufferHostSize_16s_AC4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16s_AC4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_AC4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16s_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16s_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16s_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16s_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16s_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16s_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16s_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16u_AC4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16u_AC4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_16u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_16u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_16u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_32f_AC4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_32f_AC4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_AC4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_32f_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_32f_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_32f_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_32f_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_32f_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_32f_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_32f_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_8u_AC4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_8u_AC4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_AC4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_8u_C1R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_8u_C1R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C1R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_8u_C3R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_8u_C3R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C3R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.

NppStatus nppiMaxIndxGetBufferHostSize_8u_C4R ( NppiSize  oSizeROI,
int *  hpBufferSize 
)
NppStatus nppiMaxIndxGetBufferHostSize_8u_C4R_Ctx ( NppiSize  oSizeROI,
int *  hpBufferSize,
NppStreamContext  nppStreamCtx 
)

Computes the dvice scratch buffer size (in bytes) for nppiMaxIndx_8u_C4R.

For common parameter descriptions, see CommonGetBufferHostSizeParameters.