Difference between revisions of "Contributing"
From BoofCV
Jump to navigationJump to searchm |
|||
Line 2: | Line 2: | ||
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. | 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. | ||
# Report bugs! | |||
# Submit fixes on Github for code and javadoc errors | |||
# Write code for using BoofCV in [http://www.processing.org/ Processing] | |||
# Clean up its Maven build | |||
# Continuous integration using [https://www.atlassian.com/software/bamboo Bamboo] | |||
# Write | # [[Validation:Algorithms |Validate the correctness of algorithms]] | ||
## | # Image segmentation algorithms | ||
# Clean up the Wiki | |||
# [[ | |||
# | |||
# | |||
# Wavelets | # Wavelets | ||
## Arbitrary length Coiflet coefficients | ## Arbitrary length Coiflet coefficients | ||
Line 23: | Line 15: | ||
## Verify that Biorthogonal Daub is buggy and fix | ## Verify that Biorthogonal Daub is buggy and fix | ||
## 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 | |||
# | |||
Revision as of 15:49, 27 December 2013
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.
- Report bugs!
- Submit fixes on Github for code and javadoc errors
- Write code for using BoofCV in Processing
- Clean up its Maven build
- Continuous integration using Bamboo
- Validate the correctness of algorithms
- Image segmentation algorithms
- Clean up the Wiki
- Wavelets
- Arbitrary length Coiflet coefficients
- Arbitrary length Daub coefficients
- Verify that Biorthogonal Daub is buggy and fix
- Don't add any addition jar file requires for wavelet tasks
- Suggesting ways to improve the API.
- Runtime regression tests