OpenCV-Tutorial icon indicating copy to clipboard operation
OpenCV-Tutorial copied to clipboard

A sample project demonstrating use of OpenCV library in iOS platform

Results 4 OpenCV-Tutorial issues
Sort by recently updated
recently updated
newest added

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 37 39 am](https://cloud.githubusercontent.com/assets/319395/10367824/909482cc-6da0-11e5-8cf2-ebce1c3ef0b2.png) ![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,...