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-13 19:55:56 +00:00
2010-08-18 15:35:56 +00:00
2010-08-18 15:35:56 +00:00
2010-08-18 07:12:14 +00:00
2010-08-17 17:22:21 +00:00
2010-06-01 19:01:35 +00:00

See doc/index.htm
Description
No description provided
Readme 422 MiB
Languages
C++ 83.4%
Cuda 5.9%
C 3.8%
Java 2.4%
CMake 2.2%
Other 2.1%