NVIDIA Performance Primitives (NPP)
Version 10.0
|
HLS to BGR color conversion. More...
Functions | |
NppStatus | nppiHLSToBGR_8u_C3P3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[3], int nDstStep, NppiSize oSizeROI) |
3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned planar BGR color conversion. More... |
|
NppStatus | nppiHLSToBGR_8u_AC4P4R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst[4], int nDstStep, NppiSize oSizeROI) |
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion. More... |
|
NppStatus | nppiHLSToBGR_8u_P3R (const Npp8u *const pSrc[3], int nSrcStep, Npp8u *pDst[3], int nDstStep, NppiSize oSizeROI) |
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion. More... |
|
NppStatus | nppiHLSToBGR_8u_AP4R (const Npp8u *const pSrc[4], int nSrcStep, Npp8u *pDst[4], int nDstStep, NppiSize oSizeROI) |
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion. More... |
|
NppStatus | nppiHLSToBGR_8u_P3C3R (const Npp8u *const pSrc[3], int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion. More... |
|
NppStatus | nppiHLSToBGR_8u_AP4C4R (const Npp8u *const pSrc[4], int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion. More... |
|
HLS to BGR color conversion.
NppStatus nppiHLSToBGR_8u_AC4P4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst[4], | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
4 channel 8-bit unsigned packed HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Planar-Image Pointer Array. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiHLSToBGR_8u_AP4C4R | ( | const Npp8u *const | pSrc[4], |
int | nSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned packed BGR with alpha color conversion.
pSrc | Source-Planar-Image Pointer Array. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiHLSToBGR_8u_AP4R | ( | const Npp8u *const | pSrc[4], |
int | nSrcStep, | ||
Npp8u * | pDst[4], | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
4 channel 8-bit unsigned planar HLS with alpha to 4 channel 8-bit unsigned planar BGR with alpha color conversion.
pSrc | Source-Planar-Image Pointer Array. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Planar-Image Pointer Array. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiHLSToBGR_8u_C3P3R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp8u * | pDst[3], | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
3 channel 8-bit unsigned packed HLS to 3 channel 8-bit unsigned planar BGR color conversion.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Planar-Image Pointer Array. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiHLSToBGR_8u_P3C3R | ( | const Npp8u *const | pSrc[3], |
int | nSrcStep, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned packed BGR color conversion.
pSrc | Source-Planar-Image Pointer Array. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
NppStatus nppiHLSToBGR_8u_P3R | ( | const Npp8u *const | pSrc[3], |
int | nSrcStep, | ||
Npp8u * | pDst[3], | ||
int | nDstStep, | ||
NppiSize | oSizeROI | ||
) |
3 channel 8-bit unsigned planar HLS to 3 channel 8-bit unsigned planar BGR color conversion.
pSrc | Source-Planar-Image Pointer Array. |
nSrcStep | Source-Image Line Step. |
pDst | Destination-Planar-Image Pointer Array. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |