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

Point data structure #20

Open
maeriil opened this issue Oct 15, 2023 · 0 comments
Open

Point data structure #20

maeriil opened this issue Oct 15, 2023 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@maeriil
Copy link
Owner

maeriil commented Oct 15, 2023

Currently we work with pixels in images like so:

start_pos: list
end_pos: list

Each of start_pos and end_pos will always only have two values, x and y. However, we want to replace this with a point class such that our new format is as follows

start_pos: point
end_pos: point

However, before we make this change, we need to determine what could be the benefits of using this structure.
List them out here and discuss if this change needs to happen or not.

@maeriil maeriil added enhancement New feature or request question Further information is requested labels Oct 15, 2023
@maeriil maeriil added this to the Second Version Release milestone Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant