0

I wonder there is any openCV function to display its library build option like if it is supporting TBB or IPP. Because I have a custom built openCV 3.0 library but the readme file doesn't mention whether TBB or IPP was implemented on it.

Thanks,

user1098761
  • 579
  • 1
  • 5
  • 16

1 Answers1

0

It's not a function, but the cvconfig.h header file contains the build information as defined (or not) macros.

Samuel Audet
  • 4,964
  • 1
  • 26
  • 33