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

Boids live visualization (or for generating tracking datasets) #1

Open
VolkerH opened this issue Dec 25, 2020 · 2 comments
Open

Boids live visualization (or for generating tracking datasets) #1

VolkerH opened this issue Dec 25, 2020 · 2 comments

Comments

@VolkerH
Copy link

VolkerH commented Dec 25, 2020

Hi Robert,

in case you get bored over the holidays I want to mention an idea that I recently communicated to @jni, but I won't find the time and the peace of mind to implement myself for a while.

Implementing the Boids flocking algorithm with live visualization in napari. Idea would be to simulate a few boids. Each boid would have a few basic parameters such as a diameter and intensity, according to which a few sub coordinates are generated (from a probability distribution function taking into account diameter and intensity), these sub coordinates would represent individual fluorophores.
The resulting point coordinates could then be convolved with a PSF (simulated or measured from a real microscope).

While being a nice visualization on one hand it would also allow generating some interesting tracking datasets with groundtruth.

Just mentioning it ... no pressure ;-)

@VolkerH VolkerH changed the title Boids live visualizatoin (or for generating tracking datasets) Boids live visualization (or for generating tracking datasets) Dec 25, 2020
@haesleinhuepf
Copy link
Owner

Great idea @VolkerH ! I just add a link here for now, because I think this implementation could be a good starting point:
https://github.com/meznak/boids_py

@VolkerH
Copy link
Author

VolkerH commented Aug 17, 2022

Apparently @leoguignard has implemented this recently:

https://github.com/leoguignard/napari-boids

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