CLI checkerboard¶
Locate All corners of a checkerboard in image.
usage: checkerboard [-h] [--kernel-size KERNEL_SIZE]
[--scale-factor SCALE_FACTOR]
[--distance-scale DISTANCE_SCALE]
[--threshold-level THRESHOLD_LEVEL] [-o OUTPUT]
[--output-image OUTPUT_IMAGE]
image
Positional Arguments¶
- image
Image on which to locate markers. Or folder with images.
Named Arguments¶
- --kernel-size
Kernel size to use for marker location
Default:
101- --scale-factor
Scale factor to scale image by.
Default:
40- --distance-scale
Distance scale of the checkerboard pattern.
Default:
40- --threshold-level
Threshold level to apply for individual corners.
Default:
0.5- -o, --output
Location to save csv file with checkerboard corner location for each image.
- --output-image
Location to save image with markers drawn on. Good for debugging.