fix remap map output file name
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user