1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00

change include files

This commit is contained in:
baisheng lai
2015-08-12 18:10:33 +08:00
parent fb27204797
commit a5ce50b1f1
8 changed files with 18 additions and 20 deletions

View File

@@ -8,7 +8,7 @@
using namespace std;
using namespace cv;
const char * usage =
const char * usage =
"\n example command line for calibrate a camera by random pattern. \n"
" randomPatternCalibration -pw 600 -ph 850 -mm 20 image_list.xml \n"
"\n"
@@ -152,7 +152,7 @@ int main(int argc, char** argv)
finder.computeObjectImagePoints(vecImg);
vector<Mat> objectPoints = finder.getObjectPoints();
vector<Mat> imagePoints = finder.getImagePoints();
Mat K;
Mat D;
vector<Mat> rvec, tvec;