Category "intel-ipp"

Unrolling nested loops c++

I'm trying to unroll a nested loop that stores data in a 2D dynamic memory allocation in C++. Although, I'm not quite sure how to do it. Here is my original loo

check IPP is enabled or not in opencv

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 ?