asteca / ASteCA

Code for the ASteCA package.
http://asteca.github.io/
MIT License
18 stars 6 forks source link

Detect multiple overdensities in frame (Voronoi etc) #225

Closed Gabriel-p closed 4 months ago

Gabriel-p commented 9 years ago

Check the Voronoi tessellation method:

Somewhat related to #164.

Gabriel-p commented 9 years ago

See implementation of Voronoi algorithm here: https://github.com/Gabriel-p/voronoi

Implementation using KDE here: https://gist.github.com/Gabriel-p/17e67b705d12f7c05293

Gabriel-p commented 8 years ago

The Voronoi algorithm to detect the maximum spatial overdensity in a frame should work as follows:

Gabriel-p commented 4 months ago

User should handle this