Difference between revisions of "Eigen"

From ProgrammingExamples
Jump to: navigation, search
Line 4: Line 4:
  
 
* [[CPP/Eigen/ProjectPoints|Project 3D points to 2D using a 3x4 projection (camera) matrix]]
 
* [[CPP/Eigen/ProjectPoints|Project 3D points to 2D using a 3x4 projection (camera) matrix]]
 +
 +
* [[CPP/Eigen/LevenbergMarquardt|LevenbergMarquardt]]

Revision as of 16:18, 4 November 2011

The following examples are frequent use cases of parts of the Eigen (http://eigen.tuxfamily.org/) library. Each example includes a CMakeLists.txt file so it can be easily compiled.