iOS Framework includes
Why doesn't the iOS framework (2.4.2) include the cv.h
header file ?
As a result opencv2/legacy/compat.hpp
needs to be manually included as it isn't included in opencv.hpp
Why doesn't the iOS framework (2.4.2) include the cv.h
header file ?
As a result opencv2/legacy/compat.hpp
needs to be manually included as it isn't included in opencv.hpp
On iOS we support only C++ interface.
All C functions should work on iOS, but C interface is obsolete. We are trying to teach all OpenCV users to use new C++ interface. It is more powerful and more easy.
Asked: 2012-10-14 05:13:41 -0600
Seen: 371 times
Last updated: Oct 23 '12