be more picky about front and back cols
This commit is contained in:
parent
2e3d0d2938
commit
f3d2a19781
6 changed files with 15 additions and 58 deletions
|
|
@ -143,7 +143,7 @@ int perfromOperation(int operation, char** fileNames, const Config& config)
|
|||
if(operation == CREATE_CHARUCO)
|
||||
{
|
||||
std::string fileName = config.output.empty() ? "out.png" : config.output;
|
||||
createCharucoBoard(config.size*42, fileName);
|
||||
createCharucoBoard(config.size*X_BOARD_SIZE, fileName);
|
||||
Log(Log::INFO)<<"Exported charuco map of size "<<config.size*14<<" to "<<fileName;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue