vcglib/vcg
Paolo Cignoni f61a69c94f in "ComputeRigidMatchMatrix(std::vector<ScalarType> weights,Matrix44x &res,std::vector<Point3x> &Pfix,std::vector<Point3x> &Pmov)" I changed:
Quaterniond qtmp;  ----->to------>	Quaternionx qtmp;
Point3d tr;	   ----->to------>	Point3x tr;
2008-07-23 17:30:30 +00:00
..
complex modified white balance filter to use a custom color to correct white. 2008-07-23 15:29:14 +00:00
container Small modifications to compile with gcc >4.3 (thanks to Carlo Casta!) 2008-07-05 23:35:06 +00:00
math in "ComputeRigidMatchMatrix(std::vector<ScalarType> weights,Matrix44x &res,std::vector<Point3x> &Pfix,std::vector<Point3x> &Pmov)" I changed: 2008-07-23 17:30:30 +00:00
simplex removed harmless warnings 2008-07-09 10:31:55 +00:00
space PlaneFitting returns the eigenvalues instead of true now. 2008-07-21 08:34:31 +00:00