Installing openCV 2.4.2 on Mac OS X 10.9 (Mavericks)

前端 未结 7 539
暗喜
暗喜 2020-12-04 16:06

I\'m trying to install openCV 2.4.2 (not the newest version but stable version compatible with newer OS X according to several sources) on Mac OS X 10.9 (Mavericks). I have

相关标签:
7条回答
  • 2020-12-04 17:00

    Thanks for the answers! I ended up with the following solution: I added #define GTEST_USE_OWN_TR1_TUPLE 1 to ts_gtest.h. Probably not the prettiest solution but I don't need gtest for anything else so it works for me.

    0 讨论(0)
提交回复
热议问题