Ask Your Question

washe's profile - activity

2015-08-06 05:06:13 -0600 received badge  Famous Question (source)
2014-03-19 18:58:15 -0600 received badge  Notable Question (source)
2014-01-19 00:41:35 -0600 received badge  Student (source)
2013-09-27 13:26:38 -0600 received badge  Popular Question (source)
2012-12-16 00:43:42 -0600 asked a question ios error "OpenCV was built without SURF support"

I gather that this error has something to do with SURF moving into the nonfree module. However, armed with that knowledge I still can't get this to work in ios 5/6, xcode 4.5, latest ios pre-built framework. Hints appreciated.

2012-12-15 14:17:14 -0600 received badge  Editor (source)
2012-12-15 14:00:32 -0600 asked a question openCV 2.4.3 iOS background_segm.hpp 'list' file not found

I'm having lots of fun attempting to get openCV up and running with iOS 5,6 / xcode 4.5.2 / osx 10.8.2...

i was attempting to build the OSX framework as per these instructions (section 2, "use CMake to build"), but

make -j8

was failing with

CMake Error: Parse error in cache file build/CMakeCache.txt.   
Offending entry: /SDKs/MacOSX10.8.sdk

(CMake v2.8.2, maybe I needed a more recent version?)

Anyway I have since made better progress with the iPhone framework by using the prebuilt 2.4.3 framework on the site. However I am getting the following build error in Xcode:

#include <list>       !'list' file not found

In any framework file that attempts to #include <list>

Is this a search path issue? Something else?