What is opencv_ts?
I had to disable BUILD_opencv_ts option in cmake because otherwise it wouldn't build with clang and libc++. But I don't know, what is this module? Do I need it?
I had to disable BUILD_opencv_ts option in cmake because otherwise it wouldn't build with clang and libc++. But I don't know, what is this module? Do I need it?
ts is the test module so you should be fine without it.
However keep in mind that it is exactly there to test if every module works well on your system. So might want to consider to note down which module is giving problems and exclude that one too.
Asked: 2015-04-19 11:36:43 -0600
Seen: 10,087 times
Last updated: Apr 19 '15
opencv for ios 5.1 (on OS X 10.8) with boost using c++11 and libc++
OpenCV 2.4.5 on OSX 10.6.8 with c++ 11 support - make errors
Specify libc++ when compiling/linking OpenCV for MacOSX 10.8
Error when linking libopencv_gpu.dylib
Building OpenCV 3.0 Beta on OS X 10.10.3 - Yosemite