Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

ippiCopy

hadipardis
Beginner
1,214 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
1,214 Views
pSrc shows to the value of the required channel of the first image pixel
0 Kudos
Reply