Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Things TODO #12

Open
foo123 opened this issue Jan 11, 2017 · 1 comment
Open

Things TODO #12

foo123 opened this issue Jan 11, 2017 · 1 comment

Comments

@foo123
Copy link
Owner

foo123 commented Jan 11, 2017

  1. Fix SVD implementation (both for column-arrays and row-arrays, transposed)
  2. Check and maybe fix if needed the BLAS routines
  3. Use asm.js in the implementation of BLAS and SVD
  4. Use ams.js in the implementation of some filter routines
  5. Optimise some filter routines (eg Morphological filters, kth Statistics filters, Convolution filters, connected components routines) if there are optimisations in references or by oneself
  6. Implement FFT, JADE algorithms
  7. Add gpu/GL support (WebGL, nodeGL)
  8. Implement some of the filters and algorithms in references (eg color tracker, MSER, LBP)
@foo123 foo123 changed the title Things TODO (for me or anyone interested) Things TODO Aug 9, 2023
@foo123
Copy link
Owner Author

foo123 commented Aug 23, 2023

  1. Fix SVD implementation (both for column-arrays and row-arrays, transposed) moved to another lib dedicated to linear algebra
  2. Check and maybe fix if needed the BLAS routines moved to another lib dedicated to linear algebra
  3. Use asm.js in the implementation of BLAS and SVD moved to another lib dedicated to linear algebra
  4. Use ams.js in the implementation of some filter routines DONE many filters implemented in web assembly
  5. Optimise some filter routines (eg Morphological filters, kth Statistics filters, Convolution filters, connected components routines) if there are optimisations in references or by oneself DONE partially
  6. Implement FFT, JADE algorithms (JADE moved to another dedicated lib)
  7. Add gpu/GL support (WebGL, nodeGL) DONE almost all filters have GLSL versions
  8. Implement some of the filters and algorithms in references (eg color detector, MSER, LBP) (connected components can act as color detector as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant