NVIDIA Performance Primitives (NPP)
Version 10.0
|
Adds boundary borders around connected regions using a border value of nBorderVal. More...
Functions | |
NppStatus | nppiBoundSegments_8u_C1IR (Npp8u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp8u nBorderVal) |
1 channel 8-bit unsigned integer in place region boundary border image generation. More... |
|
NppStatus | nppiBoundSegments_16u_C1IR (Npp16u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp16u nBorderVal) |
1 channel 16-bit unsigned integer in place region boundary border image generation. More... |
|
NppStatus | nppiBoundSegments_32u_C1IR (Npp32u *pSrcDst, int nSrcDstStep, NppiSize oSizeROI, Npp32u nBorderVal) |
1 channel 32-bit unsigned integer in place region boundary border image generation. More... |
|
Adds boundary borders around connected regions using a border value of nBorderVal.
While this function is intended to be used on images output from nppiLabelMarkers function calls it will work on any image which contains regions surrounded by pixel values of 0. This function always uses and 8-way connectivity search.
NppStatus nppiBoundSegments_16u_C1IR | ( | Npp16u * | pSrcDst, |
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
Npp16u | nBorderVal | ||
) |
1 channel 16-bit unsigned integer in place region boundary border image generation.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | Source-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nBorderVal | Pixel value to be used at connected region boundary borders |
NppStatus nppiBoundSegments_32u_C1IR | ( | Npp32u * | pSrcDst, |
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
Npp32u | nBorderVal | ||
) |
1 channel 32-bit unsigned integer in place region boundary border image generation.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | Source-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nBorderVal | Pixel value to be used at connected region boundary borders |
NppStatus nppiBoundSegments_8u_C1IR | ( | Npp8u * | pSrcDst, |
int | nSrcDstStep, | ||
NppiSize | oSizeROI, | ||
Npp8u | nBorderVal | ||
) |
1 channel 8-bit unsigned integer in place region boundary border image generation.
pSrcDst | In-Place Image Pointer. |
nSrcDstStep | Source-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
nBorderVal | Pixel value to be used at connected region boundary borders |