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

Make faster AbsolutePath drawer, and allow FixedCamera to work with Homographies #305

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

aguscas
Copy link
Collaborator

@aguscas aguscas commented Feb 26, 2024

New things:

  • Draws the AbsolutePath over canvas and overlay with frame (works with None transformation, Homographies, and Translations)
  • Allow FixedCamera to work with homographies doing a similar idea

TO DO:

  1. After this, should we still have the Paths class? Or should we merge it with AbsolutePaths and have only one? Having two different classes that are so similar might be confusing for users. Also there are subtle differences (get_points_to_draw taking a TrackedObject instead of points, because I needed the absolute and/or relative coordinates in AbsolutePaths)

@aguscas aguscas changed the title Draw AbsolutePath over canvas and overlay with frame Make faster AbsolutePath drawer, and allow FixedCamera to work with Homographies Feb 26, 2024
@aguscas aguscas marked this pull request as draft February 26, 2024 16:14
@aguscas aguscas requested a review from javiber February 27, 2024 12:21
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

Successfully merging this pull request may close these issues.

None yet

1 participant