Open alexlouden opened 10 years ago
https://github.com/soulwire/Coffee-Physics/ http://mourner.github.io/simplify-js/ - for simplifying polygon
processing.js for filters like erode/dilate - http://processingjs.org/reference/filter_/
contour finding from opencv: https://code.google.com/p/js-handtracking/source/browse/trunk/src/cv.js and finding largest contour: https://code.google.com/p/js-handtracking/source/browse/trunk/src/handtracking.js#50
http://www.paulboxley.com/blog/2012/05/boids
http://salehenrahman.wordpress.com/2012/10/05/intelligent-collision-detection-for-the-flocking-algorithm/
https://github.com/shovon/flocking-algorithm-no-collision/