Distortion parameter zeroed on creation!

This commit is contained in:
Federico Ponchio 2008-11-06 15:36:44 +00:00
parent 0927eaf2fb
commit a9e5756eda
1 changed files with 3 additions and 1 deletions
vcg/math

View File

@ -157,7 +157,9 @@ public:
CenterPx(vcg::Point2<S>(0.0,0.0)),
DistorCenterPx(vcg::Point2<S>(0.0,0.0)),
cameraType(0)
{}
{
k[0] = k[1] = k[2] = k[3] = 0;
}
//------ camera intrinsics
ScalarType FocalMm; /// Focal Distance: the distance between focal center and image plane. Expressed in mm