c++ - fatal error: opencv/cvtypes.h: No such file or directory compilation terminated -
i on ubuntu 12.04 machine, opencv 2.4.1 , gcc version 4.6.3. have old opencv code have compile. includes opencv/cvtypes.hheader file, isn't included in version of opencv installation. /usr/local/include/opencv has these header files:
- cvaux.h
- cv.h
- cvwimage.h
- cxcore.hpp
- cxmisc.h
- ml.h
- cvaux.hpp
- cv.hpp
- cxcore.h
- cxeigen.hpp
- highgui.h
i noticed on threads [1] , [2] (dealing opencv installation; older versions) /usr/local/include/opencv folder contained 20-21 header files. library has cvtypes.h been clubbed into? there quick way of knowing such thing, in general, without looking @ source code?
it may easier replace script or ide occurrence of cvtypes.h .h headers.
as far can remember, information in cvtypes.h in cxcore.h. .hpp header files old c++ api , should avoided.
Comments
Post a Comment