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

IppiAnd operation

zijia15
Beginner
416 Views

Hi,

i notice that IppiAnd takes in roiSize of IppiSize type. Is there any similar operation that takes in IppiRect instead ? I would like to AND 2 images of different sizes and would like to specify the starting pt of the roi to do template matching.

Thanks for your help !

0 Kudos
2 Replies
zijia15
Beginner
416 Views

Hi,

forgot to mention that i am using IPP 5.1.

Regards

0 Kudos
Vladimir_Dudnik
Employee
416 Views

Hello,

you do not need ippiRect here. It is enough to point to the beginning of rectangle of interest (with pSrc for example) and to specify width and height of rectagle of interest (with IppiSize). Please read more about IPP ROI concept in IPP manual.

Regards,
Vladimir

0 Kudos
Reply