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

Extract image coordinates from masked images - no pack / extraction routine?

grundman
Beginner
271 Views
Hi,

I have the following problem. I want to extract some images coordinates from a Ipp8u masked image, e.g. corner points. Instead of using a n^2 for loop checking with pixel is set, I want to create a coordinate image, encoding the x-y coordinates in some way, let's say in a Ipp32u image. Now I want to use something like ippiCopy on masked pixels, but I want to have the resulting data packed as a continous stream. There is a method in the MKL called vsPackM, but it expects the mask to be Ipp32u and I want to avoid converting the mask. I have searched the whole documentation but I couldn't find anything, perhaps I missed a function ...
Does anybody has a suggestion ?

Thanks and best regards,

Matthias Grundmann
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
271 Views

Hi Matthias,

currently we do not have such functionality in IPP. Could you please submit your request to Intel Premier Support?

Regards,
Vladimir

0 Kudos
Reply