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

added some comments into multi-band blending code

This commit is contained in:
Alexey Spizhevoy
2011-05-26 09:01:27 +00:00
parent e639daf22b
commit 497ee7a5f3
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ void printUsage()
// Default command line args
vector<string> img_names;
bool trygpu = false;
double work_megapix = 0.5;
double work_megapix = 0.6;
double seam_megapix = 0.1;
double compose_megapix = 1;
int ba_space = BundleAdjuster::FOCAL_RAY_SPACE;