Copies a gray scale image to all channels of the color image.
IppStatus ippiDup_8u_C1C3R(const Ipp8u* pSrc, int srcStep, Ipp8u* pDst, int dstStep, IppiSize roiSize);
IppStatus ippiDup_8u_C1C4R(const Ipp8u* pSrc, int srcStep, Ipp8u* pDst, int dstStep, IppiSize roiSize);
pSrc |
Pointer to the source image ROI. |
srcStep |
Distance in bytes between starts of consecutive lines in the source image. |
pDst |
Pointer to the destination image ROI. |
dstStep |
Distance in bytes between starts of consecutive lines in the destination image. |
roiSize |
Size of the source and destination ROI in pixels. |
The function ippiDup is declared in the ippi.h file. It operates with ROI (see Regions of Interest in Intel IPP).
This function copies a one-channel (gray scale) image pSrc to each channel of the multi-channel image pDst.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.