1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

implemented rotating-only cameras calibration

This commit is contained in:
Alexey Spizhevoy
2011-08-15 06:15:06 +00:00
parent 4c289dc166
commit aba2008711
6 changed files with 231 additions and 127 deletions
+2 -2
View File
@@ -100,7 +100,7 @@ void printUsage()
" --blend_strength <float>\n"
" Blending strength from [0,100] range. The default is 5.\n"
" --output <result_img>\n"
" The default is 'result.png'.\n";
" The default is 'result.jpg'.\n";
}
@@ -120,7 +120,7 @@ float match_conf = 0.65f;
int seam_find_type = SeamFinder::GC_COLOR;
int blend_type = Blender::MULTI_BAND;
float blend_strength = 5;
string result_name = "result.png";
string result_name = "result.jpg";
int parseCmdArgs(int argc, char** argv)
{