NVIDIA Performance Primitives (NPP)
Version 10.0
|
Erosion using a 3x3 mask with the anchor at its center pixel with border control. More...
Functions | |
NppStatus | nppiErode3x3Border_8u_C1R (const Npp8u *pSrc, Npp32s nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, Npp32s nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Single-channel 8-bit unsigned integer 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_8u_C3R (const Npp8u *pSrc, Npp32s nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, Npp32s nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Three-channel 8-bit unsigned integer 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_8u_C4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Four-channel 8-bit unsigned integer 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_8u_AC4R (const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Four-channel 8-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel. More... |
|
NppStatus | nppiErode3x3Border_16u_C1R (const Npp16u *pSrc, Npp32s nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, Npp32s nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Single-channel 16-bit unsigned integer 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_16u_C3R (const Npp16u *pSrc, Npp32s nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, Npp32s nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Three-channel 16-bit unsigned integer 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_16u_C4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Four-channel 16-bit unsigned integer 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_16u_AC4R (const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Four-channel 16-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel. More... |
|
NppStatus | nppiErode3x3Border_32f_C1R (const Npp32f *pSrc, Npp32s nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32f *pDst, Npp32s nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Single-channel 32-bit floating-point 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_32f_C3R (const Npp32f *pSrc, Npp32s nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32f *pDst, Npp32s nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Three-channel 32-bit floating-point 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_32f_C4R (const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Four-channel 32-bit floating-point 3x3 erosion with border control. More... |
|
NppStatus | nppiErode3x3Border_32f_AC4R (const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSize, NppiPoint oSrcOffset, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppiBorderType eBorderType) |
Four-channel 32-bit floating-point 3x3 erosion with border control, ignoring alpha-channel. More... |
|
Erosion using a 3x3 mask with the anchor at its center pixel with border control.
If any portion of the mask overlaps the source image boundary the requested border type operation is applied to all mask pixels which fall outside of the source image.
Currently only the NPP_BORDER_REPLICATE border type operation is supported.
pSrc | Source-Image Pointer. |
nSrcStep | Source-Image Line Step. |
oSrcSize | Source image width and height in pixels relative to pSrc. |
oSrcOffset | Source image starting point relative to pSrc. |
pDst | Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
eBorderType | The border type operation to be applied at source image border boundaries. |
NppStatus nppiErode3x3Border_16u_AC4R | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Four-channel 16-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_16u_C1R | ( | const Npp16u * | pSrc, |
Npp32s | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp16u * | pDst, | ||
Npp32s | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Single-channel 16-bit unsigned integer 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_16u_C3R | ( | const Npp16u * | pSrc, |
Npp32s | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp16u * | pDst, | ||
Npp32s | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Three-channel 16-bit unsigned integer 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_16u_C4R | ( | const Npp16u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp16u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Four-channel 16-bit unsigned integer 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_32f_AC4R | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Four-channel 32-bit floating-point 3x3 erosion with border control, ignoring alpha-channel.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_32f_C1R | ( | const Npp32f * | pSrc, |
Npp32s | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp32f * | pDst, | ||
Npp32s | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Single-channel 32-bit floating-point 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_32f_C3R | ( | const Npp32f * | pSrc, |
Npp32s | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp32f * | pDst, | ||
Npp32s | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Three-channel 32-bit floating-point 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_32f_C4R | ( | const Npp32f * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp32f * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Four-channel 32-bit floating-point 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_8u_AC4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Four-channel 8-bit unsigned integer 3x3 erosion with border control, ignoring alpha-channel.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_8u_C1R | ( | const Npp8u * | pSrc, |
Npp32s | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp8u * | pDst, | ||
Npp32s | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Single-channel 8-bit unsigned integer 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_8u_C3R | ( | const Npp8u * | pSrc, |
Npp32s | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp8u * | pDst, | ||
Npp32s | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Three-channel 8-bit unsigned integer 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.
NppStatus nppiErode3x3Border_8u_C4R | ( | const Npp8u * | pSrc, |
int | nSrcStep, | ||
NppiSize | oSrcSize, | ||
NppiPoint | oSrcOffset, | ||
Npp8u * | pDst, | ||
int | nDstStep, | ||
NppiSize | oSizeROI, | ||
NppiBorderType | eBorderType | ||
) |
Four-channel 8-bit unsigned integer 3x3 erosion with border control.
For common parameter descriptions, see Common parameters for nppiErode3x3Border functions.