alexlouden / fishcv

Computer vision with 🐟 in javascript (WIP)
3 stars 0 forks source link

Other implementations and useful libraries #3

Open alexlouden opened 10 years ago

alexlouden commented 10 years ago

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/

SaxJ commented 10 years ago

https://github.com/ubilabs/kd-tree-javascript

alexlouden commented 10 years ago

https://github.com/soulwire/Coffee-Physics/ http://mourner.github.io/simplify-js/ - for simplifying polygon

alexlouden commented 10 years ago

http://www.pixastic.com/lib/docs/

alexlouden commented 10 years ago

processing.js for filters like erode/dilate - http://processingjs.org/reference/filter_/

alexlouden commented 10 years ago

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