Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ippiCopy

hadipardis
Beginner
654 Views

Hi,

In the description of ippiCopy function, there is 6 distinct cases. Case 4 is this: "Copying of a selected channel to a one-channel image" :

IppStatus ippiCopy_<

mod>(const Ipp* pSrc, int srcStep,Ipp* pDst, int dstStep, IppiSize roiSize);

But how can we determine the selected channel? In the other words, how can we select a channel for this operation? Thanks

0 Kudos
1 Reply
Intel_C_Intel
Employee
654 Views
pSrc shows to the value of the required channel of the first image pixel
0 Kudos
Reply