Difference between revisions of "Eigen"

From ProgrammingExamples
Jump to: navigation, search
(Created page with '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 compile…')
 
Line 2: Line 2:
  
 
* [[CPP/Eigen/Homogeneous|Convert a vector to and from homogeneous coordinates]]
 
* [[CPP/Eigen/Homogeneous|Convert a vector to and from homogeneous coordinates]]
 +
 +
* [[CPP/Eigen/ProjectPoints|Project 3D points to 2D using a 3x4 projection (camera) matrix]]

Revision as of 12:12, 15 August 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.