fix remap map output file name
This commit is contained in:
parent
d6bacdae62
commit
ddc01bf8d3
|
@ -189,7 +189,7 @@ int perfromOperation(int operation, char** fileNames, const Config& config)
|
|||
RemapMap map;
|
||||
map.outputCellSize = 50;
|
||||
createRemapMap(inImages[0], map, points, config.verbose);
|
||||
saveRemapMap(map, fileNames[0]);
|
||||
saveRemapMap(map, std::string(fileNames[0]) + ".mat");
|
||||
}
|
||||
else if(operation == APPLY_MAP)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue