Difference between revisions of "Contributing"

From BoofCV
Jump to navigationJump to search
(updated the list)
Line 4: Line 4:
# Report bugs!
# Report bugs!
# Submit fixes on Github for code and javadoc errors
# Submit fixes on Github for code and javadoc errors
# Write code for using BoofCV in [http://www.processing.org/ Processing]
# BoofCV interface for [http://www.processing.org/ Processing]
# Android
#* Point cloud viewer for [demonstration application]
#* Any sort of cool demonstration
# Clean up its Maven build
# 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
# [http://jcodec.org/ JCodec]
#* Get it working and start converting movies into standard formats, when appropriate
# [http://xstream.codehaus.org/ XStream]
#* Verify that latest version works in applets
#* Update code for changes
# Continuous integration using [https://www.atlassian.com/software/bamboo Bamboo]
# Continuous integration using [https://www.atlassian.com/software/bamboo Bamboo]
# [[Validation:Algorithms |Validate the correctness of algorithms]]
# [[Validation:Algorithms |Validate the correctness of algorithms]]

Revision as of 13:11, 17 January 2014

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
    • Point cloud viewer for [demonstration application]
    • Any sort of cool demonstration
  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. Continuous integration using Bamboo
  9. Validate the correctness of algorithms
  10. Image segmentation algorithms
  11. Clean up the Wiki
  12. 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
  13. Suggesting ways to improve the API.
  14. Runtime regression tests