Commit e639daf2 authored by Alexey Spizhevoy's avatar Alexey Spizhevoy

updated default parameter in opencv_stitching

parent fd83d6fe
......@@ -85,7 +85,7 @@ void printUsage()
// Default command line args
vector<string> img_names;
bool trygpu = false;
double work_megapix = 0.3;
double work_megapix = 0.5;
double seam_megapix = 0.1;
double compose_megapix = 1;
int ba_space = BundleAdjuster::FOCAL_RAY_SPACE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment