Difference between revisions of "Contributing"

From BoofCV
Jump to navigationJump to search
m
m
Line 8: Line 8:
#* Positive Reviews (e.g. Play Store, Source Forge)
#* Positive Reviews (e.g. Play Store, Source Forge)
# Submit fixes on Github for code and javadoc errors
# Submit fixes on Github for code and javadoc errors
# BoofCV interface for [http://www.processing.org/ Processing]
# Implement the following:
#* Sparse Bundle Adjustment
#* [https://en.wikipedia.org/wiki/Background_subtraction Background Subtraction]
#* Multi view scene reconstruction (calibrated and uncalibrated)
#* Scene recognition
#* Face Detection
#* People Detection
#* License Plate Detection
#* Face Recognition
# Android
# Android
#* Point cloud viewer for [https://play.google.com/store/apps/details?id=org.boofcv.android demonstration application]
#* Point cloud viewer for [https://play.google.com/store/apps/details?id=org.boofcv.android demonstration application]
#* Any sort of cool demonstration
#* Any sort of cool demonstration
# 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]
# [http://jcodec.org/ JCodec]
#* Get it working and start converting movies into standard formats, when appropriate
#* 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
# Take a look at [http://code.google.com/p/aparapi/ Aparapi] to see if using a GPU can speed up any of the code.
# Take a look at [http://code.google.com/p/aparapi/ Aparapi] to see if using a GPU can speed up any of the code.
# 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]]
# Sparse Bundle Adjustment
# [https://en.wikipedia.org/wiki/Background_subtraction Background Subtraction]
# Clean up the Wiki
# Clean up the Wiki
# Wavelets
# Wavelets
Line 32: Line 32:
## Don't add any addition jar file requires for wavelet tasks
## Don't add any addition jar file requires for wavelet tasks
# Suggesting ways to improve the API.
# Suggesting ways to improve the API.
# Runtime regression tests
# Create a system for runtime regression tests

Revision as of 05:34, 20 June 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. Spread the word!
    • Social Media (e.g. blogs, twitter, facebook, linkedin)
    • Write articles demonstrating how to do stuff in BoofCV (e.g. Code Project)
    • Positive Reviews (e.g. Play Store, Source Forge)
  3. Submit fixes on Github for code and javadoc errors
  4. Implement the following:
    • Sparse Bundle Adjustment
    • Background Subtraction
    • Multi view scene reconstruction (calibrated and uncalibrated)
    • Scene recognition
    • Face Detection
    • People Detection
    • License Plate Detection
    • Face Recognition
  5. Android
  6. JCodec
    • Get it working and start converting movies into standard formats, when appropriate
  7. Take a look at Aparapi to see if using a GPU can speed up any of the code.
  8. Continuous integration using Bamboo
  9. Validate the correctness of algorithms
  10. Clean up the Wiki
  11. 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
  12. Suggesting ways to improve the API.
  13. Create a system for runtime regression tests