now BA in opencv_stitching uses only geometrically consistent matches

This commit is contained in:
Alexey Spizhevoy
2011-05-06 07:14:36 +00:00
parent 15173fc559
commit 29b917a500
3 changed files with 12 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ int main(int argc, char* argv[])
string result_name = "result.png";
int ba_space = BundleAdjuster::FOCAL_RAY_SPACE;
float ba_thresh = 1.f;
bool wave_correct = false;
bool wave_correct = true;
int warp_type = Warper::SPHERICAL;
bool user_match_conf = false;
float match_conf = 0.55f;