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

Why is ippiCopy_32fc missing?

Thomas_Jensen1
Beginner
268 Views

I was working on a DFT filter, and wanted to perform (-1)^x+y on my complex filter, using ippiCopy_32fc_C1R, but I see it does not exist.

Any plans to add it?

0 Kudos
2 Replies
renegr
New Contributor I
268 Views
multiply the roi.width with 2 and use ippiCopy32f_C1R
0 Kudos
Thomas_Jensen1
Beginner
268 Views

I did have that in mind, but then I though such a solution is less robust, if Intel choose to change the meaning of either 32f or 32fc.

I actually wrote my own MyippiCopy_32fc() to get started.

0 Kudos
Reply