Ask Your Question

stellamarie's profile - activity

2016-12-09 21:24:35 -0600 received badge  Taxonomist
2012-09-23 07:16:56 -0600 answered a question OpenCV on Mac OS X 10.8 Mountain Lion

finally! after days of searching, it was a really simple answer. i was compiling this in matlab. i changed all my compilation options to clang and clang++ v/s gcc and g++

i had to change this in multiple places, and recompile opencv to use the alternate compiles as well...

2012-09-19 23:26:32 -0600 received badge  Student (source)
2012-09-19 15:00:42 -0600 asked a question openTLD, openCV, and Mac 10.8.1

Has anyone successfully complied and gotten openTLD to work with openCV on Mac 10.8.1? I can't seem to get around an error in regards to running openCV on Mac 10.8. I've compiled and installed openCV successfully many many times. I've updated Xcode, I'm installed QT Creator, and I think I've downloaded all the dependencies. I believe the error below is an OpenCV one.

/usr/local/include/opencv2/flann/params.h: In instantiation of 'std::basic_ostream<_CharT,
_Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const
std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits =
std::char_traits<char>, _Alloc = std::allocator<char>]':
/usr/local/include/opencv2/flann/params.h:88:   instantiated from here

Otherwise, are there any suggestions multiple object trackers that work with OpenCV?

2012-09-19 14:47:26 -0600 answered a question OpenCV on Mac OS X 10.8 Mountain Lion

any other suggestions for this? I've tried all the suggestions, but i still can't get the program to compile. i'm on mountain lion, updated xcode, installed qt creator, installed latest opencv without too many problems. (64 bit) Platform macbook pro 2.2ghz early 2011 with mountain lion (osx 10.8)

/usr/local/include/opencv2/flann/params.h: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]': /usr/local/include/opencv2/flann/params.h:88: instantiated from here /usr/local/include/opencv2/flann/params.h:88: error: explicit instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]' but no definition available /usr/local/include/opencv2/flann/params.h: In instantiation of 'std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]': /usr/local/include/opencv2/flann/params.h:88: instantiated from here