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

how do i get face detect sample in ipp?

zhouqiang
Beginner
455 Views

i notice that the face detect sample in ipp. but i can't found it in free code. where is it?

another problem is if the face detect sample can be runned in embedded system(such as

wince)?

thanks

best regard

david

0 Kudos
3 Replies
zhouqiang
Beginner
455 Views
could anyone can help to answer?
0 Kudos
Vladimir_Dudnik
Employee
455 Views

Hello, seems they are missed on web page, please contact Intel Premier Support to get instructions how to download these samples

Regards,
Vladimir

0 Kudos
Intel_C_Intel
Employee
455 Views

Hi,

The modified version of FD example will be in IPP 5.2 Gold.

The current version contains too much outside IPP calculations and can be corrected by decreasing of varaibles maxfacecount (/3) and maxrectcount (==30)and simplifying of CCluster constructor.

For embedded systems you should change FPIPP functions to ippiHaarClassifierInitAlloc_32s, ippiGetHaarClassifierSize_32s, ippiHaarClassifierFree_32s, ippiSqrIntegral_8u32s_C1R, ippiRectStdDev_32s_C1RSfs, ippiApplyHaarClassifier_32s_C1RSfs and change corresponding data types. The performance is sufficient to track several frames per second

Thanks,

Alexander

0 Kudos
Reply