meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

Investigate speed improvements for convolution #6

Closed meltingice closed 13 years ago

meltingice commented 13 years ago

Currently, processing an image via convolution matrices is the slowest part of CamanJS by far. One thing to investigate is whether converting the convolution matrices to 1D arrays will improve speed at all.