mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
updated default parameter in opencv_stitching
This commit is contained in:
parent
fd83d6fe59
commit
e639daf22b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user