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

Is the order of the corner detection consistent? #33

Open
vshesh opened this issue Feb 19, 2021 · 1 comment
Open

Is the order of the corner detection consistent? #33

vshesh opened this issue Feb 19, 2021 · 1 comment

Comments

@vshesh
Copy link

vshesh commented Feb 19, 2021

I see in the docs it says that the corners are always returned counter-clockwise around the tag.
Is the starting corner always the same corner? Would like to know this so I can detect what angle the tag is at (from a mostly overhead camera).

@walchko
Copy link

walchko commented Feb 27, 2021

Not really an answer, but I recently had a similar question. A simple example, I took an example image and color coded the first corner and got this result.

download-1

The corner is always the lower left. A few other examples I have done return the same results, but I have only done examples like this (tags oriented upright on a wall). I have not done anything with the tags rotated in various orientations which would give you an angle (or heading if top down) to prove this works like you are asking.

Maybe someone else has done what you want.

papr pushed a commit that referenced this issue Aug 23, 2022
* Use `extend-ignore` in flake8 config

This option allows to add extra ignored rules to the default list
instead of replacing it.

The default exclusions are: E121, E123, E126, E226, E24, E704,
W503 and W504.

Fixes #28.

Refs:
* https://github.com/pypa/setuptools/pull/2486/files#r541943356
* https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore
*
https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-ignore

* Enable complexity limit. Fixes jaraco/skeleton#34.

* Replace pep517.build with build (#37)

* Replace pep517.build with build

Resolves #30

* Prefer simple usage

Co-authored-by: Jason R. Coombs <[email protected]>

* Use license_files instead of license_file in meta (#35)

Singular `license_file` is deprecated since wheel v0.32.0.

Refs:
* https://wheel.readthedocs.io/en/stable/news.html
* https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file

Co-authored-by: Jason R. Coombs <[email protected]>
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

2 participants