Draw circle grid calibration object (Feature #2066)
Description
We need a function, maybe a Python script, that draws (creates an image or pdf of) the circle calibration grid. Ethan Rublee wrote an example of this I think.
Associated revisions
Merge pull request #2066 from ilya-lavrenov:tapi_ocl
History
Updated by Andrey Kamaev over 12 years ago
- Target version changed from 2.4.3 to 3.0
Updated by S. Garrido almost 10 years ago
I think this is already implemented in:
https://github.com/Itseez/opencv/blob/master/doc/pattern_tools/gen_pattern.py
This script generates circle and checkerboard patterns in .svg format
Updated by Maksim Shabunin almost 10 years ago
I've checked the script: it supports --type circle and --type acircle options and generates the pattern.
- Status changed from Open to Done