I have system with installed opencv-3.0
. I need to check whether IPP
is enabled or not in the opencv. How can I check that ?
Asked
Active
Viewed 1,168 times
5

Deepak
- 1,038
- 5
- 17
- 44
-
Ipp is enabled in compilation time. I don't think you can. However you can compile opencv by yourself – Gilad Sep 01 '15 at 16:11
-
1there is a function to print all build parameters at runtime. But I dont remember the command atm. – Micka Sep 01 '15 at 16:53