minor changes in opencv_stitching

This commit is contained in:
Alexey Spizhevoy
2011-05-23 14:28:53 +00:00
parent 47443d9826
commit 3bb685a744
2 changed files with 19 additions and 12 deletions

View File

@@ -78,7 +78,7 @@ vector<string> img_names;
bool trygpu = false;
double work_megapix = 0.3;
double seam_megapix = 0.1;
double compose_megapix = 6;
double compose_megapix = 1;
int ba_space = BundleAdjuster::FOCAL_RAY_SPACE;
float conf_thresh = 1.f;
bool wave_correct = true;