remove border more robustly
This commit is contained in:
parent
f4f2dc3507
commit
6910754a9f
4 changed files with 33 additions and 34 deletions
|
|
@ -241,7 +241,7 @@ int perfromOperation(int operation, char** fileNames, const Config& config)
|
|||
if(config.simpleStich)
|
||||
out = simpleStich(remapedImages);
|
||||
else
|
||||
out = stich(remapedImages);
|
||||
out = stich(remapedImages, true);
|
||||
|
||||
if(config.verbose)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue