Contributing

From BoofCV
Revision as of 22:22, 6 February 2014 by Peter (talk | contribs)
Jump to navigationJump to search

Ways to Contribute

BoofCV is an open source project and in order for it to grow its users need contribute to the project! Even if you don't know computer vision or how to program there are many ways you can contribute.

  1. Report bugs!
  2. Submit fixes on Github for code and javadoc errors
  3. BoofCV interface for Processing
  4. Android
  5. Clean up its Maven build
    • Currently requires a password for each module when pushed to central.
    • No BoofCV will not become an entirely Maven project to make Maven easier
  6. JCodec
    • Get it working and start converting movies into standard formats, when appropriate
  7. XStream
    • Verify that latest version works in applets
    • Update code for changes
  8. Take a look at Aparapi to see if using a GPU can speed up any of the code.
  9. Continuous integration using Bamboo
  10. Validate the correctness of algorithms
  11. Image segmentation
  12. Background Subtraction
  13. Clean up the Wiki
  14. Wavelets
    1. Arbitrary length Coiflet coefficients
    2. Arbitrary length Daub coefficients
    3. Verify that Biorthogonal Daub is buggy and fix
    4. Don't add any addition jar file requires for wavelet tasks
  15. Suggesting ways to improve the API.
  16. Runtime regression tests