-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
- Fix SVD implementation (both for column-arrays and row-arrays, transposed)
- Check and maybe fix if needed the BLAS routines
- Use asm.js in the implementation of BLAS and SVD
- Use ams.js in the implementation of some filter routines
- Optimise some filter routines (eg Morphological filters, kth Statistics filters, Convolution filters, connected components routines) if there are optimisations in references or by oneself
- Implement FFT, JADE algorithms
- Add gpu/GL support (WebGL, nodeGL)
- Implement some of the filters and algorithms in references (eg color tracker, MSER, LBP)
imgss and hnq90