NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.2.1.*
|
Primitives for computing the minimal value of the pixel pair from two images. More...
MinEvery | |||||||||||||
The minimum is stored into the second image. Common parameters for nppiMinEvery functions include:
| |||||||||||||
NppStatus | nppiMinEvery_8u_C1IR_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
One-channel 8-bit unsigned image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_8u_C1IR (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16u_C1IR_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
One-channel 16-bit unsigned image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_16u_C1IR (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16s_C1IR_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
One-channel 16-bit signed image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_16s_C1IR (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_32f_C1IR_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
One-channel 32-bit floating point image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_32f_C1IR (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_8u_C3IR_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Three-channel 8-bit unsigned image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_8u_C3IR (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16u_C3IR_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Three-channel 16-bit unsigned image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_16u_C3IR (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16s_C3IR_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Three-channel 16-bit signed image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_16s_C3IR (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_32f_C3IR_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Three-channel 32-bit floating point image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_32f_C3IR (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_8u_C4IR_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 8-bit unsigned image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_8u_C4IR (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16u_C4IR_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 16-bit unsigned image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_16u_C4IR (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16s_C4IR_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 16-bit signed image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_16s_C4IR (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_32f_C4IR_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 32-bit floating point image MinEvery. More... |
|||||||||||||
NppStatus | nppiMinEvery_32f_C4IR (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_8u_AC4IR_Ctx (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 8-bit unsigned image MinEvery ignoring alpha channel. More... |
|||||||||||||
NppStatus | nppiMinEvery_8u_AC4IR (const Npp8u *pSrc, int nSrcStep, Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16u_AC4IR_Ctx (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 16-bit unsigned image MinEvery ignoring alpha channel. More... |
|||||||||||||
NppStatus | nppiMinEvery_16u_AC4IR (const Npp16u *pSrc, int nSrcStep, Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_16s_AC4IR_Ctx (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 16-bit signed image MinEvery ignoring alpha channel. More... |
|||||||||||||
NppStatus | nppiMinEvery_16s_AC4IR (const Npp16s *pSrc, int nSrcStep, Npp16s *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
NppStatus | nppiMinEvery_32f_AC4IR_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) | ||||||||||||
Four-channel 32-bit floating point image MinEvery ignoring alpha channel. More... |
|||||||||||||
NppStatus | nppiMinEvery_32f_AC4IR (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) | ||||||||||||
Primitives for computing the minimal value of the pixel pair from two images.
NppStatus nppiMinEvery_16s_AC4IR | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16s_AC4IR_Ctx | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit signed image MinEvery ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16s_C1IR | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16s_C1IR_Ctx | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One-channel 16-bit signed image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16s_C3IR | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16s_C3IR_Ctx | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 16-bit signed image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16s_C4IR | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16s_C4IR_Ctx | ( | const Npp16s * | pSrc, |
int | nSrcStep, | ||
Npp16s * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit signed image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16u_AC4IR | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16u_AC4IR_Ctx | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit unsigned image MinEvery ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16u_C1IR | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16u_C1IR_Ctx | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One-channel 16-bit unsigned image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16u_C3IR | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16u_C3IR_Ctx | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 16-bit unsigned image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_16u_C4IR | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_16u_C4IR_Ctx | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp16u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 16-bit unsigned image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_32f_AC4IR | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_32f_AC4IR_Ctx | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 32-bit floating point image MinEvery ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_32f_C1IR | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_32f_C1IR_Ctx | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One-channel 32-bit floating point image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_32f_C3IR | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_32f_C3IR_Ctx | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 32-bit floating point image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_32f_C4IR | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_32f_C4IR_Ctx | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 32-bit floating point image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_8u_AC4IR | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_8u_AC4IR_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 8-bit unsigned image MinEvery ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_8u_C1IR | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_8u_C1IR_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One-channel 8-bit unsigned image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_8u_C3IR | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_8u_C3IR_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Three-channel 8-bit unsigned image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.
NppStatus nppiMinEvery_8u_C4IR | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiMinEvery_8u_C4IR_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
Four-channel 8-bit unsigned image MinEvery.
For common parameter descriptions, see Common parameters for nppiMinEvery functions.