Ask Your Question

Revision history [back]

  1. OpenCV internally is written in C++. So some of old C functions are just wrapper for C++ analogue. cvAdd is wrapper for cv::add for example.

  2. OpenCV4Tegra demo is closed source application. There is no way to turn of optimizations. The only solution I know - use different OpenCV library (Manager packages).