Yannick Verdie 3746c48451 Bug in calibration.cpp sample
This was crashing my code:
    for( size_t i = 1; i < imagePoints.size(); i++ )
        objectPoints.push_back(objectPoints[0]);

Changed by:
objectPoints.resize(imagePoints.size(),objectPoints[0]);

Plus clean up on Qt code
2010-08-18 15:35:56 +00:00
..
2010-07-17 10:35:17 +00:00
2010-07-16 22:44:48 +00:00
2010-07-29 13:52:22 +00:00
2010-08-16 09:15:15 +00:00
2010-08-05 17:24:41 +00:00
2010-08-18 13:47:10 +00:00
2010-08-18 15:35:56 +00:00
2010-08-09 15:43:06 +00:00
2010-08-01 16:18:59 +00:00