Skip to content

An easy to use ceres-solver port for Visual Studio on Windows, using Eigen for sparse linear algebra and Google glog for logging.

License

Notifications You must be signed in to change notification settings

springkim/ceres-windows

 
 

Repository files navigation

ceres-windows

A ceres-solver wrapper for Visual Studio. Tested on Visual Studio 2015 and 2017, using x64 on both Debug and Release.

For a wrapper that uses ceres-solver 1.9.0 and CXSparse, go to the CXSparse branch at https://github.com/tbennun/ceres-windows/tree/cxsparse

Conversion to newer versions of Visual Studio should be performed automatically by the IDE. If projects are not compiling, make sure that the platform toolset matches the version of Visual Studio in the project properties.

Sample projects (using ceres-solver's code examples) are also embedded in the solution.

Dependencies

Libraries

License

The license of this wrapper is the same as ceres-solver and glog, New BSD license.

About

An easy to use ceres-solver port for Visual Studio on Windows, using Eigen for sparse linear algebra and Google glog for logging.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.7%
  • Shell 5.7%
  • CMake 4.2%
  • Makefile 2.2%
  • C 0.7%
  • Python 0.5%
  • Other 1.0%