We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we need: white-black black-white white-green white-red white-blue patterns
The text was updated successfully, but these errors were encountered:
we can use this tool: https://github.com/Itseez/opencv/blob/master/doc/pattern_tools/gen_pattern.py
Sorry, something went wrong.
python gen_pattern.py -c 4 -r 7 -T acircles -o out.svg
even x odd is important
even
odd
inorder to use black background, we need to add
<rect fill="black" width="100%" height="100%"/>
before <g> element
<g>
No branches or pull requests
we need:
white-black
black-white
white-green
white-red
white-blue
patterns
The text was updated successfully, but these errors were encountered: