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

To GPS #17

Closed
CalenDario13 opened this issue Oct 23, 2023 · 5 comments
Closed

To GPS #17

CalenDario13 opened this issue Oct 23, 2023 · 5 comments

Comments

@CalenDario13
Copy link

Is it possible to adapt the csv or the algorithm to GPS data? and what about "v" parameter with these kind of data?

I want to pass to the algorithm gps positions insted of pixels. The idea is to ave a map and detect points on it.

@jonperdomo
Copy link
Owner

Yes the V parameter (measurement space) is only used to estimate the likelihood under the null hypothesis, so it does not necessarily have to be image area:
image

@CalenDario13
Copy link
Author

and what about the coordinates, can I use them as U and V values?

@jonperdomo
Copy link
Owner

Yes, any set of 2D coordinates work.

@CalenDario13
Copy link
Author

Great, sorry for the additional question: the V parameter must be set in such a way that the coordinates would be inside an imaginary rectangle drawn aroun thaem?

@jonperdomo
Copy link
Owner

Yes, you can define the measurement space as the bounding box around your points (xmin, ymin, xmax, ymax).

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

2 participants