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

Simplify opencv image writing usage #77

Open
CmdrDats opened this issue Oct 17, 2021 · 0 comments
Open

Simplify opencv image writing usage #77

CmdrDats opened this issue Oct 17, 2021 · 0 comments

Comments

@CmdrDats
Copy link
Owner

At the moment, there's quite a lot of mucking around in OpenCV core bits (in particular, drawing onto images)

  • Evaluate each usage and see if it's needed
  • if it's needed, can we convert to java image manipulation instead (which reduces library usage footprint)

This will be particularly important for later for updating the OpenCV later down the line.

The core usages for openCV should really be:

  • Camera feed
  • Homography calculation (board to flat 2d projection)
  • Reverse Homography calculation (for physical projector, flat 2d projection to board)

There's some experimental work around figuring out the position of the board dynamically to skip or ease calibration , but that is not a primary goal and can be ignored (it's a lot of work for marginal gain).

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

1 participant