Ask Your Question

theprojectabot's profile - activity

2019-11-21 10:18:52 -0600 received badge  Taxonomist
2013-02-19 17:07:36 -0600 asked a question lexical preprocessor issue with opencv/opencv.hpp - XCode 4.6

I have tried to get my project working with opencv. It used to work then when I upgraded to xcode 4.6 it stopped functioning and now I have these preprocessor errors.

I have made sure to have

 #ifdef __cplusplus
    #import <opencv/opencv.hpp>
#endif

above all otehr things in my test project in the .pch file in Xcode. I have checked that I have search user header paths.

I have checked that my framework search paths and library and header search paths all reference the included opencv.framework.

I have checked that opencv is correctly added to the target and that the compiler is set to libc++

STILL I get this damn error.

Any ideas?

2013-02-18 17:41:10 -0600 asked a question opencv 2.4.3 and tesseract libstdc++

Anyone have a build iOS framework of opencv 2.4.3 built with libstdc++? Currently tesseract and opencv dont mix nicely and its because they are compiled differently. I would like to have opencv with libstdc++ so that I can link both opencv and tesseract within the same project.
Thanks!

2013-01-24 16:55:45 -0600 answered a question How to run slow video processing algorithms in background while showing camera output?

Utilize dispatch. Place your background stuff in the dispatch and let processImage continue on

Here is a great link with a nice code example. Just fill in the blanks: http://stackoverflow.com/questions/3869217/iphone-ios-running-in-separate-thread

2013-01-11 17:43:45 -0600 commented answer OpenCV and tesseract

id be down for an explanation/process!

2013-01-11 17:43:00 -0600 answered a question OpenCV and tesseract

Id be down for an explanation!