NVIDIA Performance Primitives (NPP)
Version 10.0
|
The selected-channel set primitives set a single color channel in multi-channel images to a given value. More...
Functions | |
NppStatus | nppiSet_8u_C3CR (Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 8-bit unsigned image set affecting only single channel. More... |
|
NppStatus | nppiSet_8u_C4CR (Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI) |
4 channel 8-bit unsigned image set affecting only single channel. More... |
|
NppStatus | nppiSet_16u_C3CR (Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 16-bit unsigned image set affecting only single channel. More... |
|
NppStatus | nppiSet_16u_C4CR (Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI) |
4 channel 16-bit unsigned image set affecting only single channel. More... |
|
NppStatus | nppiSet_16s_C3CR (Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 16-bit signed image set affecting only single channel. More... |
|
NppStatus | nppiSet_16s_C4CR (Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI) |
4 channel 16-bit signed image set affecting only single channel. More... |
|
NppStatus | nppiSet_32s_C3CR (Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 32-bit unsigned image set affecting only single channel. More... |
|
NppStatus | nppiSet_32s_C4CR (Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI) |
4 channel 32-bit unsigned image set affecting only single channel. More... |
|
NppStatus | nppiSet_32f_C3CR (Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI) |
3 channel 32-bit floating point image set affecting only single channel. More... |
|
NppStatus | nppiSet_32f_C4CR (Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI) |
4 channel 32-bit floating point image set affecting only single channel. More... |
|
The selected-channel set primitives set a single color channel in multi-channel images to a given value.
The channel is selected by adjusting the pDst pointer to point to the desired color channel (see Channel-of-Interest API).
nValue | The pixel-value to be set. |
pDst | Select-Channel Destination-Image Pointer. |
nDstStep | Destination-Image Line Step. |
oSizeROI | Region-of-Interest (ROI). |
3 channel 16-bit signed image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
4 channel 16-bit signed image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
3 channel 16-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
4 channel 16-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
3 channel 32-bit floating point image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
4 channel 32-bit floating point image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
3 channel 32-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
4 channel 32-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
3 channel 8-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.
4 channel 8-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions.