installation steps opencv-2.4.2 (IOS)
Please say to me what steps i should follow for installing 2.4.2 correctly on ios
I downloaded 2.4.2 from here and I have cmake 2.8.8, then i made the following steps (from inside opencv-2.4.2 dirictory):
1- mkdir build
2- cd build
3- sudo cmake -G "Unix Makefiles" ..
4- sudo make -j8
5- sudo make install
RESULTING IN : install path = usr/local , but there were some warnings during building (sudo make -j8)
Then I followed the steps here to link opencv2.4.2 to XCode project
And still the project couldn't see any opencv method
Please any help ?!