NVIDIA Performance Primitives (NPP)
Version 10.0
|
Pixel by pixel logical not of image. More...
Functions | |
NppStatus | nppiNot_8u_C1R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
One 8-bit unsigned char channel image logical not. More... |
|
NppStatus | nppiNot_8u_C1IR (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
One 8-bit unsigned char channel in place image logical not. More... |
|
NppStatus | nppiNot_8u_C3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
Three 8-bit unsigned char channel image logical not. More... |
|
NppStatus | nppiNot_8u_C3IR (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
Three 8-bit unsigned char channel in place image logical not. More... |
|
NppStatus | nppiNot_8u_AC4R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
Four 8-bit unsigned char channel image logical not with unmodified alpha. More... |
|
NppStatus | nppiNot_8u_AC4IR (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
Four 8-bit unsigned char channel in place image logical not with unmodified alpha. More... |
|
NppStatus | nppiNot_8u_C4R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
Four 8-bit unsigned char channel image logical not. More... |
|
NppStatus | nppiNot_8u_C4IR (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
Four 8-bit unsigned char channel in place image logical not. More... |
|
Pixel by pixel logical not of image.
Four 8-bit unsigned char channel in place image logical not with unmodified alpha.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiNot_8u_AC4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
Four 8-bit unsigned char channel image logical not with unmodified alpha.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
One 8-bit unsigned char channel in place image logical not.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiNot_8u_C1R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
One 8-bit unsigned char channel image logical not.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
Three 8-bit unsigned char channel in place image logical not.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiNot_8u_C3R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
Three 8-bit unsigned char channel image logical not.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
Four 8-bit unsigned char channel in place image logical not.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiNot_8u_C4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
Four 8-bit unsigned char channel image logical not.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |