I am using OpenCV 2.4.6
on my Mac using XCode IDE. I am trying to create HDR images and I found this tutorial.
When I build it, it doesn't recognize, for example, CalibrateDebevec
identifier. The problem is that in the header files of photo.hpp
, it is not declared. In the tutorial is written that the base is OpenCV 3.0.0.
How can I make OpenCV 3.0.0
available?
I already tried to download these files from http://193.87.95.148/openwrt/mx23/trunk/dl/opencvtrunk-2.5.0/
and pasted the headers files into my include folder, but when I solve one problem, 10 more problems appear.