NVIDIA Performance Primitives (NPP)  Version 9.1
Functions

Functions for duplicating a single channel image in a multiple channel image. More...

Functions

NppStatus nppiDup_8u_C1C3R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 8-bit unsigned integer source image duplicated in all 3 channels of destination image. More...
 
NppStatus nppiDup_8u_C1C4R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 8-bit unsigned integer source image duplicated in all 4 channels of destination image. More...
 
NppStatus nppiDup_8u_C1AC4R (const Npp8u *pSrc, int nSrcStep, Npp8u *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 8-bit unsigned integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected. More...
 
NppStatus nppiDup_16u_C1C3R (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 16-bit unsigned integer source image duplicated in all 3 channels of destination image. More...
 
NppStatus nppiDup_16u_C1C4R (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 16-bit unsigned integer source image duplicated in all 4 channels of destination image. More...
 
NppStatus nppiDup_16u_C1AC4R (const Npp16u *pSrc, int nSrcStep, Npp16u *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 16-bit unsigned integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected. More...
 
NppStatus nppiDup_16s_C1C3R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 16-bit signed integer source image duplicated in all 3 channels of destination image. More...
 
NppStatus nppiDup_16s_C1C4R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 16-bit signed integer source image duplicated in all 4 channels of destination image. More...
 
NppStatus nppiDup_16s_C1AC4R (const Npp16s *pSrc, int nSrcStep, Npp16s *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 16-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected. More...
 
NppStatus nppiDup_32s_C1C3R (const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 32-bit signed integer source image duplicated in all 3 channels of destination image. More...
 
NppStatus nppiDup_32s_C1C4R (const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 32-bit signed integer source image duplicated in all 4 channels of destination image. More...
 
NppStatus nppiDup_32s_C1AC4R (const Npp32s *pSrc, int nSrcStep, Npp32s *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 32-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected. More...
 
NppStatus nppiDup_32f_C1C3R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 32-bit floating point source image duplicated in all 3 channels of destination image. More...
 
NppStatus nppiDup_32f_C1C4R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 32-bit floating point source image duplicated in all 4 channels of destination image. More...
 
NppStatus nppiDup_32f_C1AC4R (const Npp32f *pSrc, int nSrcStep, Npp32f *pDst, int nDstStep, NppiSize oDstSizeROI)
 1 channel 32-bit floating point source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected. More...
 

Detailed Description

Functions for duplicating a single channel image in a multiple channel image.

Common parameters for nppiDup functions include:

Parameters
pSrcSource-Image Pointer.
nSrcStepSource-Image Line Step.
pDstDestination-Image Pointer.
nDstStepDestination-Image Line Step.
oDstSizeROISize (width, height) of the destination region, i.e. the region that gets filled with data from the source image, source image ROI is assumed to be same as destination image ROI.
Returns
Image Data Related Error Codes, ROI Related Error Codes

Function Documentation

NppStatus nppiDup_16s_C1AC4R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 16-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_16s_C1C3R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 16-bit signed integer source image duplicated in all 3 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_16s_C1C4R ( const Npp16s pSrc,
int  nSrcStep,
Npp16s pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 16-bit signed integer source image duplicated in all 4 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_16u_C1AC4R ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 16-bit unsigned integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_16u_C1C3R ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 16-bit unsigned integer source image duplicated in all 3 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_16u_C1C4R ( const Npp16u pSrc,
int  nSrcStep,
Npp16u pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 16-bit unsigned integer source image duplicated in all 4 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_32f_C1AC4R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 32-bit floating point source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_32f_C1C3R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 32-bit floating point source image duplicated in all 3 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_32f_C1C4R ( const Npp32f pSrc,
int  nSrcStep,
Npp32f pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 32-bit floating point source image duplicated in all 4 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_32s_C1AC4R ( const Npp32s pSrc,
int  nSrcStep,
Npp32s pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 32-bit signed integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_32s_C1C3R ( const Npp32s pSrc,
int  nSrcStep,
Npp32s pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 32-bit signed integer source image duplicated in all 3 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_32s_C1C4R ( const Npp32s pSrc,
int  nSrcStep,
Npp32s pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 32-bit signed integer source image duplicated in all 4 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_8u_C1AC4R ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 8-bit unsigned integer source image duplicated in 3 channels of 4 channel destination image with alpha channel unaffected.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_8u_C1C3R ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 8-bit unsigned integer source image duplicated in all 3 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.

NppStatus nppiDup_8u_C1C4R ( const Npp8u pSrc,
int  nSrcStep,
Npp8u pDst,
int  nDstStep,
NppiSize  oDstSizeROI 
)

1 channel 8-bit unsigned integer source image duplicated in all 4 channels of destination image.

For common parameter descriptions, see Common parameters for nppiDup functions.


Copyright © 2009-2017 NVIDIA Corporation