Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation not clear #14

Open
tejus-gupta opened this issue Dec 27, 2017 · 0 comments
Open

Documentation not clear #14

tejus-gupta opened this issue Dec 27, 2017 · 0 comments

Comments

@tejus-gupta
Copy link

First of all, thank you for the nice package.

For this issue, I wanted to point out that the meaning of board_width and board_height parameters for intrinsic calibration aren't clear.

./calibrate -w [board_width] -h [board_height] -n [num_imgs] -s [square_size] -d [imgs_directory] -i [imgs_filename] -o [file_extension] -e [output_filename]

board_height and board_width should be the number of inner corners per row or column (see documentation for findChessboardCorners).
e.g, If I am using a 10x8 checker board, I should use board_height=9 and board_width=7 but the the above instructions asks me to use board_height=10 and board_width=8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant