OpenCV-Tutorial
OpenCV-Tutorial copied to clipboard
A sample project demonstrating use of OpenCV library in iOS platform
Thanks for the tutorial. It should help with a important project I'm on. I've run into some issues with tutorial, though. The demos on images work ok, but I don't...
When cloning your great project, it took me quite some time to figure out why it wouldn't compile. You'll get the warning: I get the error "opencv2/opencv.hpp" not found I...
The options table view is too low on the page on the iPhone  ![simulator screen shot oct 8 2015 9...
Conversion errors are not shown. # iOS 8.4 ## CameraCalibrationAlgorithm.cpp - Code will never be executed ``` if (false && m_patternfound) { const cv::TermCriteria tc = cv::TermCriteria(cv::TermCriteria::EPS + cv::TermCriteria::COUNT, 30,...