refactored exposure compensators (opencv_stitching)

This commit is contained in:
Alexey Spizhevoy
2011-05-28 06:48:33 +00:00
parent 3a1f24e74c
commit 4b4053705d
4 changed files with 26 additions and 37 deletions

View File

@@ -201,8 +201,6 @@ int parseCmdArgs(int argc, char** argv)
expos_comp_type = ExposureCompensator::NO;
else if (string(argv[i + 1]) == "overlap")
expos_comp_type = ExposureCompensator::OVERLAP;
else if (string(argv[i + 1]) == "segment")
expos_comp_type = ExposureCompensator::SEGMENT;
else
{
cout << "Bad exposure compensation method\n";