sightmachine / simplecv-js

A Javascript/Coffeescript companion library to SimpleCV
247 stars 37 forks source link

Move sobel operations to WebGL, Add Canny edge detector. #13

Open kscottz opened 11 years ago

kscottz commented 11 years ago

Move the existing Sobel operations to WebGL. Add Canny edge detector. This ticket will block findLines and findCircle operations.