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

Improve georeferencing (clipping) of uploaded files by using stadardized markers (e.g. ArUco Markers) #502

Open
matthiasschaub opened this issue Sep 2, 2024 · 0 comments
Assignees
Labels
component:georeferenceing priority:high Should be addressed as soon as possible (next release)

Comments

@matthiasschaub
Copy link
Collaborator

Currently the most problems (detection but also performance) occur, due to a bad georeferencing or more precise, the clipping processes of the uploaded sketch.
At the moment there are 7 markers(globes) on the map with only 4 distinct once, also for right now the globs are only a support and not neccesary/mainly used for the clipping process, we need to change this!
There is a "standard" how to handle image detection/transformation with standardized markers. For example ArUco Markers (not sure what it stands for).
And opencv bring aruco marker generation and detection out-of-the-box.

We can complete get rid of the

  • brisk
  • flann
    and can use only the markers for clipping/transformation!
@matthiasschaub matthiasschaub added component:georeferenceing priority:high Should be addressed as soon as possible (next release) labels Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:georeferenceing priority:high Should be addressed as soon as possible (next release)
Projects
None yet
Development

No branches or pull requests

3 participants