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

Ipp Hog output format

Andrey_C_
Beginner
789 Views

Hi,

I'm using ippiHOG_8u32f_C1R and there is question about output format.
As specified in documentation we must perform initialization before Hog computation with:

ippiHOGInit(const IppiHOGConfig* pConfig, IppiHOGSpec* pHOGSpec);

It takes pointer to structure IppiHOGConfig that has field:

 int   cvCompatible;  /* openCV compatible output format */

Can i find any details about difference between formats? Or may be someone could clarify that.

Thanks!

0 Kudos
1 Reply
Shaojuan_Z_Intel
Employee
789 Views

Hi Andrey,

Sorry it took so long to reply. There are not much differences between the output formats, just some rounding differences. Hope this helps. Thanks!

0 Kudos
Reply