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

Voronoi Lookup #2

Open
nandantumu opened this issue Jun 22, 2024 · 0 comments
Open

Voronoi Lookup #2

nandantumu opened this issue Jun 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@nandantumu
Copy link
Owner

nandantumu commented Jun 22, 2024

This class should take a set of (x,y,l) points, where x and y are the coordinates of a point, and the label is l. The value of l will be an integer with value from 0 to $\infty$. This set of points will be provided in the constructor. We should then be able to provide any (x,y) point, and get a label determined by the closest point, the same way that colors are assigned in a voronoi diagram.

This class should be in a file called utilities.py in the pit directory.

@nandantumu nandantumu added the enhancement New feature or request label Jun 22, 2024
@nandantumu nandantumu assigned nandantumu and unassigned nandantumu Jun 22, 2024
@nandantumu nandantumu added this to the Friction Estimation milestone Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant