Image Data Exchange And Initialization Functions
Functions for initializing, copying and converting image data.
These functions can be found in the nppidei library. Linking to only the sub-libraries that you use can significantly save link time, application load time, and CUDA runtime startup time when using dynamic libraries.
Set
Functions for setting all pixels within the ROI to a specific value.
Common parameters for nppiSet functions:
- param nValue
-
The pixel value to be set.
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiSet_8s_C1R_Ctx(const Npp8s nValue, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit image set.
For common parameter descriptions see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C1R(const Npp8s nValue, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit image set.
For common parameter descriptions see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C2R_Ctx(const Npp8s aValue[2], Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit two-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C2R(const Npp8s aValue[2], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit two-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C3R_Ctx(const Npp8s aValue[3], Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit three-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C3R(const Npp8s aValue[3], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit three-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C4R_Ctx(const Npp8s aValue[4], Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit four-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_C4R(const Npp8s aValue[4], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit four-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_AC4R_Ctx(const Npp8s aValue[3], Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit four-channel image set ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8s_AC4R(const Npp8s aValue[3], Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit four-channel image set ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C1R_Ctx(const Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C1R(const Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C2R_Ctx(const Npp8u aValue[2], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C2R(const Npp8u aValue[2], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C3R_Ctx(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C3R(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C4R_Ctx(const Npp8u aValue[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_C4R(const Npp8u aValue[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_AC4R_Ctx(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_8u_AC4R(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 8-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C1R_Ctx(const Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C1R(const Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C2R_Ctx(const Npp16u aValue[2], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C2R(const Npp16u aValue[2], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C3R_Ctx(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C3R(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C4R_Ctx(const Npp16u aValue[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_C4R(const Npp16u aValue[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_AC4R_Ctx(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16u_AC4R(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C1R_Ctx(const Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C1R(const Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C2R_Ctx(const Npp16s aValue[2], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C2R(const Npp16s aValue[2], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C3R_Ctx(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C3R(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C4R_Ctx(const Npp16s aValue[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_C4R(const Npp16s aValue[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_AC4R_Ctx(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16s_AC4R(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C1R_Ctx(const Npp16sc oValue, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C1R(const Npp16sc oValue, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C2R_Ctx(const Npp16sc aValue[2], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit complex integer two-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C2R(const Npp16sc aValue[2], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit complex integer two-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C3R_Ctx(const Npp16sc aValue[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit complex integer three-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C3R(const Npp16sc aValue[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit complex integer three-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C4R_Ctx(const Npp16sc aValue[4], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit complex integer four-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_C4R(const Npp16sc aValue[4], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit complex integer four-channel image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_AC4R_Ctx(const Npp16sc aValue[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit complex integer four-channel image set ignoring alpha.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16sc_AC4R(const Npp16sc aValue[3], Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit complex integer four-channel image set ignoring alpha.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C1R_Ctx(const Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C1R(const Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C2R_Ctx(const Npp32s aValue[2], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C2R(const Npp32s aValue[2], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C3R_Ctx(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C3R(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C4R_Ctx(const Npp32s aValue[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_C4R(const Npp32s aValue[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_AC4R_Ctx(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32s_AC4R(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C1R_Ctx(const Npp32u nValue, Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C1R(const Npp32u nValue, Npp32u *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C2R_Ctx(const Npp32u aValue[2], Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C2R(const Npp32u aValue[2], Npp32u *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C3R_Ctx(const Npp32u aValue[3], Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C3R(const Npp32u aValue[3], Npp32u *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C4R_Ctx(const Npp32u aValue[4], Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_C4R(const Npp32u aValue[4], Npp32u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_AC4R_Ctx(const Npp32u aValue[3], Npp32u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32u_AC4R(const Npp32u aValue[3], Npp32u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C1R_Ctx(const Npp32sc oValue, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C1R(const Npp32sc oValue, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Single channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C2R_Ctx(const Npp32sc aValue[2], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C2R(const Npp32sc aValue[2], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Two channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C3R_Ctx(const Npp32sc aValue[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C3R(const Npp32sc aValue[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C4R_Ctx(const Npp32sc aValue[4], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_C4R(const Npp32sc aValue[4], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four channel 32-bit complex integer image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_AC4R_Ctx(const Npp32sc aValue[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit complex integer four-channel image set ignoring alpha.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32sc_AC4R(const Npp32sc aValue[3], Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit complex integer four-channel image set ignoring alpha.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C1R_Ctx(const Npp32f nValue, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C1R(const Npp32f nValue, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C2R_Ctx(const Npp32f aValues[2], Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C2R(const Npp32f aValues[2], Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C3R_Ctx(const Npp32f aValues[3], Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C3R(const Npp32f aValues[3], Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C4R_Ctx(const Npp32f aValues[4], Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_16f_C4R(const Npp32f aValues[4], Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C1R_Ctx(const Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C1R(const Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C2R_Ctx(const Npp32f aValue[2], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
2 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C2R(const Npp32f aValue[2], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
2 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C3R_Ctx(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C3R(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C4R_Ctx(const Npp32f aValue[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_C4R(const Npp32f aValue[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_AC4R_Ctx(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit floating point image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32f_AC4R(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit floating point image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C1R_Ctx(const Npp32fc oValue, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C1R(const Npp32fc oValue, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Single channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C2R_Ctx(const Npp32fc aValue[2], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C2R(const Npp32fc aValue[2], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Two channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C3R_Ctx(const Npp32fc aValue[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C3R(const Npp32fc aValue[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C4R_Ctx(const Npp32fc aValue[4], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_C4R(const Npp32fc aValue[4], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four channel 32-bit complex image set.
For common parameter descriptions, see Common parameters for nppiSet functions:.
-
NppStatus nppiSet_32fc_AC4R_Ctx(const Npp32fc aValue[3], Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit complex four-channel image set ignoring alpha.
For common parameter descriptions, see Common parameters for nppiSet functions:.
Masked Set
The masked set primitives have an additional “mask image” input. The mask
controls which pixels within the ROI are set. For details see
Masked Operation.Common parameters for nppiSet_CXM functions:
- param nValue
-
The pixel value to be set for single channel functions.
- param aValue
-
The pixel-value to be set for multi-channel functions.
- param pDst
-
Pointer Destination-Image Pointer.
- param nDstStep
- param oSizeROI
- param pMask
- param nMaskStep
- param nppStreamCtx
- return
Functions
-
NppStatus nppiSet_8u_C1MR_Ctx(Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_C1MR(Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_C3MR_Ctx(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 3 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_C3MR(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 3 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_C4MR_Ctx(const Npp8u aValue[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_C4MR(const Npp8u aValue[4], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 8-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_AC4MR_Ctx(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_8u_AC4MR(const Npp8u aValue[3], Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 8-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_C1MR_Ctx(Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_C1MR(Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_C3MR_Ctx(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 3 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_C3MR(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 3 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_C4MR_Ctx(const Npp16u aValue[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_C4MR(const Npp16u aValue[4], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 16-bit unsigned image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_AC4MR_Ctx(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16u_AC4MR(const Npp16u aValue[3], Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 16-bit unsigned image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_C1MR_Ctx(Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_C1MR(Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_C3MR_Ctx(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 3 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_C3MR(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 3 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_C4MR_Ctx(const Npp16s aValue[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_C4MR(const Npp16s aValue[4], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 16-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_AC4MR_Ctx(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_16s_AC4MR(const Npp16s aValue[3], Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_C1MR_Ctx(Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_C1MR(Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_C3MR_Ctx(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 3 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_C3MR(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 3 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_C4MR_Ctx(const Npp32s aValue[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_C4MR(const Npp32s aValue[4], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 32-bit image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_AC4MR_Ctx(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32s_AC4MR(const Npp32s aValue[3], Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 16-bit image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_C1MR_Ctx(Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_C1MR(Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_C3MR_Ctx(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 3 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_C3MR(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 3 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_C4MR_Ctx(const Npp32f aValue[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_C4MR(const Npp32f aValue[4], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 32-bit floating point image set.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_AC4MR_Ctx(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
-
NppStatus nppiSet_32f_AC4MR(const Npp32f aValue[3], Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked 4 channel 32-bit floating point image set method, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiSet_CXM functions:.
Channel Set
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).
Common parameters for nppiSet_CXC functions:
- param nValue
-
The pixel-value to be set.
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiSet_8u_C3CR_Ctx(Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 8-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_8u_C3CR(Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 8-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_8u_C4CR_Ctx(Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_8u_C4CR(Npp8u nValue, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 8-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16u_C3CR_Ctx(Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 16-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16u_C3CR(Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 16-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16u_C4CR_Ctx(Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16u_C4CR(Npp16u nValue, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16s_C3CR_Ctx(Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 16-bit signed image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16s_C3CR(Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 16-bit signed image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16s_C4CR_Ctx(Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit signed image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_16s_C4CR(Npp16s nValue, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit signed image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32s_C3CR_Ctx(Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 32-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32s_C3CR(Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 32-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32s_C4CR_Ctx(Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32s_C4CR(Npp32s nValue, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit unsigned image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32f_C3CR_Ctx(Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
3 channel 32-bit floating point image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32f_C3CR(Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
3 channel 32-bit floating point image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
-
NppStatus nppiSet_32f_C4CR_Ctx(Npp32f nValue, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit floating point image set affecting only single channel.
For common parameter descriptions, see Common parameters for nppiSet_CXC functions:.
Functions for copying image pixels.
Copy
Copy pixels from one image to another.
Common parameters for nppiCopy functions:
- param pSrc
- param nSrcStep
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8s_C1R_Ctx(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C1R(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C2R_Ctx(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two-channel 8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C2R(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
Two-channel 8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C3R_Ctx(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C3R(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C4R_Ctx(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_C4R(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 8-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_AC4R_Ctx(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 8-bit image copy, ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8s_AC4R(const Npp8s *pSrc, int nSrcStep, Npp8s *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 8-bit image copy, ignoring alpha channel.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_C1R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_C3R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_C4R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_C4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_AC4R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned image copy, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_8u_AC4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 8-bit unsigned image copy, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_C1R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_C3R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_C4R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_C4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_AC4R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16u_AC4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit unsigned image copy, not affecting Alpha channel.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_C1R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_C3R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 16-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 16-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_C4R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_C4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_AC4R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit image copy, not affecting Alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16s_AC4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit image copy, not affecting Alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C1R_Ctx(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C1R(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C2R_Ctx(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two-channel 16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C2R(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Two-channel 16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C3R_Ctx(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C3R(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C4R_Ctx(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_C4R(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 16-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_AC4R_Ctx(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 16-bit complex image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16sc_AC4R(const Npp16sc *pSrc, int nSrcStep, Npp16sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 16-bit complex image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_C1R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_C1R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_C3R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 32-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_C3R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 32-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_C4R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_C4R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_AC4R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit image copy, not affecting Alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32s_AC4R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit image copy, not affecting Alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C1R_Ctx(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C1R(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C2R_Ctx(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two-channel 32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C2R(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Two-channel 32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C3R_Ctx(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C3R(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C4R_Ctx(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_C4R(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 32-bit complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_AC4R_Ctx(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit complex image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32sc_AC4R(const Npp32sc *pSrc, int nSrcStep, Npp32sc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 32-bit complex image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16f_C1R_Ctx(const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
16-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16f_C1R(const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
16-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16f_C3R_Ctx(const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 16-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16f_C3R(const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 16-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16f_C4R_Ctx(const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 16-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_16f_C4R(const Npp16f *pSrc, int nSrcStep, Npp16f *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 16-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_C1R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_C3R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three channel 32-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Three channel 32-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_C4R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_C4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit floating point image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_AC4R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
4 channel 32-bit floating point image copy, not affecting Alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32f_AC4R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
4 channel 32-bit floating point image copy, not affecting Alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C1R_Ctx(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C1R(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C2R_Ctx(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two-channel 32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C2R(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Two-channel 32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C3R_Ctx(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C3R(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C4R_Ctx(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_C4R(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 32-bit floating-point complex image copy.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
-
NppStatus nppiCopy_32fc_AC4R_Ctx(const Npp32fc *pSrc, int nSrcStep, Npp32fc *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit floating-point complex image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy functions:.
Masked Copy
The masked copy primitives have an additional “mask image” input. The mask
controls which pixels within the ROI are copied. For details see
Masked Operation.Common parameters for nppiCopy_CXM functions:
- param pSrc
- param nSrcStep
- param pDst
- param nDstStep
- param pMask
- param nMaskStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8u_C1MR_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_C1MR(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_C3MR_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation three channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_C3MR(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation three channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_C4MR_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_C4MR(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_AC4MR_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 8-bit unsigned image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_8u_AC4MR(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 8-bit unsigned image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_C1MR_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_C1MR(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_C3MR_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation three channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_C3MR(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation three channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_C4MR_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_C4MR(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_AC4MR_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 16-bit unsigned image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16u_AC4MR(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 16-bit unsigned image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_C1MR_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_C1MR(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_C3MR_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation three channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_C3MR(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation three channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_C4MR_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_C4MR(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_AC4MR_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 16-bit signed image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_16s_AC4MR(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 16-bit signed image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_C1MR_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_C1MR(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_C3MR_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation three channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_C3MR(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation three channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_C4MR_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_C4MR(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_AC4MR_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 32-bit signed image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32s_AC4MR(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 32-bit signed image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_C1MR_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_C1MR(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_C3MR_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation three channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_C3MR(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation three channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_C4MR_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_C4MR(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_AC4MR_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep, NppStreamContext nppStreamCtx)
-
Masked Operation four channel 32-bit float image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
-
NppStatus nppiCopy_32f_AC4MR(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, const Npp8u *pMask, int nMaskStep)
-
Masked Operation four channel 32-bit float image copy, ignoring alpha.
For common parameter descriptions, see Common parameters for nppiCopy_CXM functions:.
Channel Copy
The channel copy primitives copy a single color channel from a multi-channel source image to any other color channel in a multi-channel destination image. The channel is selected by adjusting the respective image pointers to point to the desired color channel (see Channel-of-Interest API).
Common parameters for nppiCopy_CXC functions:
- param pSrc
- param nSrcStep
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8u_C3CR_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 8-bit unsigned image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_8u_C3CR(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 8-bit unsigned image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_8u_C4CR_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 8-bit unsigned image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_8u_C4CR(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 8-bit unsigned image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16s_C3CR_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 16-bit signed image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16s_C3CR(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 16-bit signed image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16s_C4CR_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 16-bit signed image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16s_C4CR(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 16-bit signed image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16u_C3CR_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 16-bit unsigned image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16u_C3CR(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 16-bit unsigned image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16u_C4CR_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 16-bit unsigned image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_16u_C4CR(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 16-bit unsigned image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32s_C3CR_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 32-bit signed image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32s_C3CR(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 32-bit signed image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32s_C4CR_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 32-bit signed image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32s_C4CR(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 32-bit signed image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32f_C3CR_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 32-bit float image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32f_C3CR(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Selected channel 32-bit float image copy for three-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
-
NppStatus nppiCopy_32f_C4CR_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Selected channel 32-bit float image copy for four-channel images.
For common parameter descriptions, see Common parameters for nppiCopy_CXC functions:.
Extract Channel Copy
The channel extract primitives copy a single color channel from a multi-channel source image to singl-channel destination image. The channel is selected by adjusting the source image pointer to point to the desired color channel (see Channel-of-Interest API).
Common parameters for nppiCopy_CXC1 functions:
- param pSrc
- param nSrcStep
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8u_C3C1R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel to single-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_8u_C3C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel to single-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_8u_C4C1R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel to single-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_8u_C4C1R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel to single-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16s_C3C1R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel to single-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16s_C3C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel to single-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16s_C4C1R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel to single-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16s_C4C1R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel to single-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16u_C3C1R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel to single-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16u_C3C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel to single-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16u_C4C1R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel to single-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_16u_C4C1R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel to single-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32s_C3C1R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel to single-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32s_C3C1R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel to single-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32s_C4C1R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel to single-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32s_C4C1R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel to single-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32f_C2C1R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Two-channel to single-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32f_C2C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Two-channel to single-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32f_C3C1R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel to single-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32f_C3C1R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel to single-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
-
NppStatus nppiCopy_32f_C4C1R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel to single-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXC1 functions:.
Insert Channel Copy
The channel insert primitives copy a single-channel source image into one of the color channels in a multi-channel destination image. The channel is selected by adjusting the destination image pointer to point to the desired color channel (see Channel-of-Interest API).
Common parameters for nppiCopy_C1CX functions:
- param pSrc
- param nSrcStep
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8u_C1C3R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to three-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_8u_C1C3R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to three-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_8u_C1C4R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to four-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_8u_C1C4R(const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to four-channel 8-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16s_C1C3R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to three-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16s_C1C3R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to three-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16s_C1C4R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to four-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16s_C1C4R(const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to four-channel 16-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16u_C1C3R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to three-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16u_C1C3R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to three-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16u_C1C4R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to four-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_16u_C1C4R(const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to four-channel 16-bit unsigned image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32s_C1C3R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to three-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32s_C1C3R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to three-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32s_C1C4R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to four-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32s_C1C4R(const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to four-channel 32-bit signed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32f_C1C2R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to two-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32f_C1C2R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to two-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32f_C1C3R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to three-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32f_C1C3R(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Single-channel to three-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
-
NppStatus nppiCopy_32f_C1C4R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Single-channel to four-channel 32-bit float image copy.
For common parameter descriptions, see Common parameters for nppiCopy_C1CX functions:.
Packed To Planar Channel Copy
Split a packed multi-channel image into multiple single channel planes.
E.g. copy the three channels of an RGB image into three separate single-channel images.
Common parameters for nppiCopy_CXPX functions:
- param pSrc
- param nSrcStep
- param aDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8u_C3P3R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *const aDst[3], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 8-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_8u_C3P3R(const Npp8u *pSrc, int nSrcStep, Npp8u *const aDst[3], int nDstStep, NppiSize oSizeROI)
-
Three-channel 8-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_8u_C4P4R_Ctx(const Npp8u *pSrc, int nSrcStep, Npp8u *const aDst[4], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 8-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_8u_C4P4R(const Npp8u *pSrc, int nSrcStep, Npp8u *const aDst[4], int nDstStep, NppiSize oSizeROI)
-
Four-channel 8-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16s_C3P3R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *const aDst[3], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 16-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16s_C3P3R(const Npp16s *pSrc, int nSrcStep, Npp16s *const aDst[3], int nDstStep, NppiSize oSizeROI)
-
Three-channel 16-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16s_C4P4R_Ctx(const Npp16s *pSrc, int nSrcStep, Npp16s *const aDst[4], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 16-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16s_C4P4R(const Npp16s *pSrc, int nSrcStep, Npp16s *const aDst[4], int nDstStep, NppiSize oSizeROI)
-
Four-channel 16-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16u_C3P3R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *const aDst[3], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 16-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16u_C3P3R(const Npp16u *pSrc, int nSrcStep, Npp16u *const aDst[3], int nDstStep, NppiSize oSizeROI)
-
Three-channel 16-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16u_C4P4R_Ctx(const Npp16u *pSrc, int nSrcStep, Npp16u *const aDst[4], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 16-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_16u_C4P4R(const Npp16u *pSrc, int nSrcStep, Npp16u *const aDst[4], int nDstStep, NppiSize oSizeROI)
-
Four-channel 16-bit unsigned packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32s_C3P3R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *const aDst[3], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 32-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32s_C3P3R(const Npp32s *pSrc, int nSrcStep, Npp32s *const aDst[3], int nDstStep, NppiSize oSizeROI)
-
Three-channel 32-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32s_C4P4R_Ctx(const Npp32s *pSrc, int nSrcStep, Npp32s *const aDst[4], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32s_C4P4R(const Npp32s *pSrc, int nSrcStep, Npp32s *const aDst[4], int nDstStep, NppiSize oSizeROI)
-
Four-channel 32-bit signed packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32f_C3P3R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *const aDst[3], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 32-bit float packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32f_C3P3R(const Npp32f *pSrc, int nSrcStep, Npp32f *const aDst[3], int nDstStep, NppiSize oSizeROI)
-
Three-channel 32-bit float packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
-
NppStatus nppiCopy_32f_C4P4R_Ctx(const Npp32f *pSrc, int nSrcStep, Npp32f *const aDst[4], int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit float packed to planar image copy.
For common parameter descriptions, see Common parameters for nppiCopy_CXPX functions:.
Planar To Packed Channel Copy
Combine multiple image planes into a packed multi-channel image.
E.g. copy three single-channel images into a single 3-channel image.
Common parameters for nppiCopy_PXCX functions:
- param aSrc
-
Planar Source-Image Pointer.
- param nSrcStep
- param pDst
- param nDstStep
- param oSizeROI
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopy_8u_P3C3R_Ctx(const Npp8u *const aSrc[3], int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 8-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_8u_P3C3R(const Npp8u *const aSrc[3], int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 8-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_8u_P4C4R_Ctx(const Npp8u *const aSrc[4], int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 8-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_8u_P4C4R(const Npp8u *const aSrc[4], int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 8-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16u_P3C3R_Ctx(const Npp16u *const aSrc[3], int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 16-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16u_P3C3R(const Npp16u *const aSrc[3], int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 16-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16u_P4C4R_Ctx(const Npp16u *const aSrc[4], int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 16-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16u_P4C4R(const Npp16u *const aSrc[4], int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 16-bit unsigned planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16s_P3C3R_Ctx(const Npp16s *const aSrc[3], int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 16-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16s_P3C3R(const Npp16s *const aSrc[3], int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 16-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16s_P4C4R_Ctx(const Npp16s *const aSrc[4], int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 16-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_16s_P4C4R(const Npp16s *const aSrc[4], int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 16-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32s_P3C3R_Ctx(const Npp32s *const aSrc[3], int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 32-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32s_P3C3R(const Npp32s *const aSrc[3], int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 32-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32s_P4C4R_Ctx(const Npp32s *const aSrc[4], int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32s_P4C4R(const Npp32s *const aSrc[4], int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oSizeROI)
-
Four-channel 32-bit signed planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32f_P3C3R_Ctx(const Npp32f *const aSrc[3], int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Three-channel 32-bit float planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32f_P3C3R(const Npp32f *const aSrc[3], int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI)
-
Three-channel 32-bit float planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
-
NppStatus nppiCopy_32f_P4C4R_Ctx(const Npp32f *const aSrc[4], int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oSizeROI, NppStreamContext nppStreamCtx)
-
Four-channel 32-bit float planar to packed image copy.
For common parameter descriptions, see Common parameters for nppiCopy_PXCX functions:.
Copy Constant Border
Methods for copying images and padding borders with a constant, user-specifiable color.
Common parameters for nppiCopyConstBorder functions:
- param pSrc
- param nSrcStep
- param oSrcSizeROI
-
Size of the source region of pixels.
- param pDst
- param nDstStep
- param oDstSizeROI
-
Size (width, height) of the destination region, i.e. the region that gets filled with data from the source image (inner part) and constant border color (outer part).
- param nTopBorderHeight
-
Height (in pixels) of the top border. The number of pixel rows at the top of the destination ROI that will be filled with the constant border color. nBottomBorderHeight = oDstSizeROI.height - nTopBorderHeight - oSrcSizeROI.height.
- param nLeftBorderWidth
-
Width (in pixels) of the left border. The width of the border at the right side of the destination ROI is implicitly defined by the size of the source ROI: nRightBorderWidth = oDstSizeROI.width - nLeftBorderWidth - oSrcSizeROI.width.
- param nValue
-
The pixel value to be set for border pixels for single channel functions.
- param aValue
-
Vector of the RGBA values of the border pixels to be set for multi-channel functions.
- param nppStreamCtx
- return
Functions
-
NppStatus nppiCopyConstBorder_8u_C1R_Ctx(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp8u nValue, NppStreamContext nppStreamCtx)
-
1 channel 8-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_C1R(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp8u nValue)
-
1 channel 8-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_C3R_Ctx(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp8u aValue[3], NppStreamContext nppStreamCtx)
-
3 channel 8-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_C3R(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp8u aValue[3])
-
3 channel 8-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_C4R_Ctx(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp8u aValue[4], NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_C4R(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp8u aValue[4])
-
4 channel 8-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_AC4R_Ctx(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp8u aValue[3], NppStreamContext nppStreamCtx)
-
4 channel 8-bit unsigned integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_8u_AC4R(const Npp8u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp8u aValue[3])
-
4 channel 8-bit unsigned integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_C1R_Ctx(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp16u nValue, NppStreamContext nppStreamCtx)
-
1 channel 16-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_C1R(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp16u nValue)
-
1 channel 16-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_C3R_Ctx(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16u aValue[3], NppStreamContext nppStreamCtx)
-
3 channel 16-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_C3R(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16u aValue[3])
-
3 channel 16-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_C4R_Ctx(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16u aValue[4], NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_C4R(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16u aValue[4])
-
4 channel 16-bit unsigned integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_AC4R_Ctx(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16u aValue[3], NppStreamContext nppStreamCtx)
-
4 channel 16-bit unsigned integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16u_AC4R(const Npp16u *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16u aValue[3])
-
4 channel 16-bit unsigned integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_C1R_Ctx(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp16s nValue, NppStreamContext nppStreamCtx)
-
1 channel 16-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_C1R(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp16s nValue)
-
1 channel 16-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_C3R_Ctx(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16s aValue[3], NppStreamContext nppStreamCtx)
-
3 channel 16-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_C3R(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16s aValue[3])
-
3 channel 16-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_C4R_Ctx(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16s aValue[4], NppStreamContext nppStreamCtx)
-
4 channel 16-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_C4R(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16s aValue[4])
-
4 channel 16-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_AC4R_Ctx(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16s aValue[3], NppStreamContext nppStreamCtx)
-
4 channel 16-bit signed integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_16s_AC4R(const Npp16s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp16s aValue[3])
-
4 channel 16-bit signed integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_C1R_Ctx(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp32s nValue, NppStreamContext nppStreamCtx)
-
1 channel 32-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_C1R(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp32s nValue)
-
1 channel 32-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_C3R_Ctx(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32s aValue[3], NppStreamContext nppStreamCtx)
-
3 channel 32-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_C3R(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32s aValue[3])
-
3 channel 32-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_C4R_Ctx(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32s aValue[4], NppStreamContext nppStreamCtx)
-
4 channel 32-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_C4R(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32s aValue[4])
-
4 channel 32-bit signed integer image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_AC4R_Ctx(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32s aValue[3], NppStreamContext nppStreamCtx)
-
4 channel 32-bit signed integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32s_AC4R(const Npp32s *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32s aValue[3])
-
4 channel 32-bit signed integer image copy with constant border color with alpha channel unaffected.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32f_C1R_Ctx(const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp32f nValue, NppStreamContext nppStreamCtx)
-
1 channel 32-bit floating point image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32f_C1R(const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, Npp32f nValue)
-
1 channel 32-bit floating point image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32f_C3R_Ctx(const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32f aValue[3], NppStreamContext nppStreamCtx)
-
3 channel 32-bit floating point image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32f_C3R(const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32f aValue[3])
-
3 channel 32-bit floating point image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32f_C4R_Ctx(const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32f aValue[4], NppStreamContext nppStreamCtx)
-
4 channel 32-bit floating point image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.
-
NppStatus nppiCopyConstBorder_32f_C4R(const Npp32f *pSrc, int nSrcStep, NppiSize oSrcSizeROI, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI, int nTopBorderHeight, int nLeftBorderWidth, const Npp32f aValue[4])
-
4 channel 32-bit floating point image copy with constant border color.
For common parameter descriptions, see Common parameters for nppiCopyConstBorder functions:.