Skip to content

Instantly share code, notes, and snippets.

@StevenPuttemans
Created April 13, 2017 09:47
Show Gist options
  • Save StevenPuttemans/67a802404f507105b81dcc8fa9009516 to your computer and use it in GitHub Desktop.
Save StevenPuttemans/67a802404f507105b81dcc8fa9009516 to your computer and use it in GitHub Desktop.
Enabling SFM support with Ceres in OpenCV3.2

If your Ceres installation is built with C++11 instructions enabled, then make sure you tell OpenCV to build its modules with c++11 support. This can be done by adding the following entry inside your cmake gui

  • Make an new entry with CMAKE_CXX_STANDARD = 11
  • Or simply add -DCMAKE_CXX_STANDARD=11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment