NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.2.1.*
|
Pixel by pixel addition of squared pixels from source image to floating point pixel values of destination image. More...
Functions | |
NppStatus | nppiAddSquare_8u32f_C1IMR_Ctx (const Npp8u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). More... |
|
NppStatus | nppiAddSquare_8u32f_C1IMR (const Npp8u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
NppStatus | nppiAddSquare_8u32f_C1IR_Ctx (const Npp8u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
One 8-bit unsigned char channel image squared then added to in place floating point destination image. More... |
|
NppStatus | nppiAddSquare_8u32f_C1IR (const Npp8u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
NppStatus | nppiAddSquare_16u32f_C1IMR_Ctx (const Npp16u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). More... |
|
NppStatus | nppiAddSquare_16u32f_C1IMR (const Npp16u *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
NppStatus | nppiAddSquare_16u32f_C1IR_Ctx (const Npp16u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
One 16-bit unsigned short channel image squared then added to in place floating point destination image. More... |
|
NppStatus | nppiAddSquare_16u32f_C1IR (const Npp16u *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
NppStatus | nppiAddSquare_32f_C1IMR_Ctx (const Npp32f *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero). More... |
|
NppStatus | nppiAddSquare_32f_C1IMR (const Npp32f *pSrc, int nSrcStep, const Npp8u *pMask, int nMaskStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
NppStatus | nppiAddSquare_32f_C1IR_Ctx (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx) |
One 32-bit floating point channel image squared then added to in place floating point destination image. More... |
|
NppStatus | nppiAddSquare_32f_C1IR (const Npp32f *pSrc, int nSrcStep, Npp32f *pSrcDst, int nSrcDstStep, NppiSize oSizeROI) |
Pixel by pixel addition of squared pixels from source image to floating point pixel values of destination image.
NppStatus nppiAddSquare_16u32f_C1IMR | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
const Npp8u * | pMask, | ||
int | nMaskStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAddSquare_16u32f_C1IMR_Ctx | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
const Npp8u * | pMask, | ||
int | nMaskStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One 16-bit unsigned short channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pMask | Mask-Image Pointer. |
nMaskStep | Mask-Image Line Step. |
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAddSquare_16u32f_C1IR | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAddSquare_16u32f_C1IR_Ctx | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One 16-bit unsigned short channel image squared then added to in place floating point destination image.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAddSquare_32f_C1IMR | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
const Npp8u * | pMask, | ||
int | nMaskStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAddSquare_32f_C1IMR_Ctx | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
const Npp8u * | pMask, | ||
int | nMaskStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One 32-bit floating point channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pMask | Mask-Image Pointer. |
nMaskStep | Mask-Image Line Step. |
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAddSquare_32f_C1IR | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAddSquare_32f_C1IR_Ctx | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One 32-bit floating point channel image squared then added to in place floating point destination image.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAddSquare_8u32f_C1IMR | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
const Npp8u * | pMask, | ||
int | nMaskStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAddSquare_8u32f_C1IMR_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
const Npp8u * | pMask, | ||
int | nMaskStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One 8-bit unsigned char channel image squared then added to in place floating point destination image using filter mask (updates destination when mask is non-zero).
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pMask | Mask-Image Pointer. |
nMaskStep | Mask-Image Line Step. |
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |
NppStatus nppiAddSquare_8u32f_C1IR | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI | ||
) |
NppStatus nppiAddSquare_8u32f_C1IR_Ctx | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
Npp32f * | pSrcDst, | ||
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
NppStreamContext | nppStreamCtx | ||
) |
One 8-bit unsigned char channel image squared then added to in place floating point destination image.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | In-Place-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nppStreamCtx | Application Managed Stream Context. |