Difference between revisions of "Contributing"
From BoofCV
Jump to navigationJump to search (updated the list) |
m |
||
Line 6: | Line 6: | ||
# BoofCV interface for [http://www.processing.org/ Processing] | # BoofCV interface for [http://www.processing.org/ Processing] | ||
# Android | # Android | ||
#* Point cloud viewer for [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 | # Clean up its Maven build | ||
Line 18: | Line 18: | ||
# 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]] | ||
# Image segmentation | # Image segmentation | ||
#* Watershed | |||
#* <strike>Mean-Shift</strike> | |||
#* [http://www.cs.toronto.edu/~babalex/09.pami.turbopixels.pdf Turbo Pixels] | |||
# [https://en.wikipedia.org/wiki/Background_subtraction Background Subtraction] | |||
# Clean up the Wiki | # Clean up the Wiki | ||
# Wavelets | # Wavelets |
Revision as of 20:38, 26 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.
- Report bugs!
- Submit fixes on Github for code and javadoc errors
- BoofCV interface for Processing
- Android
- Point cloud viewer for demonstration application
- 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
- JCodec
- Get it working and start converting movies into standard formats, when appropriate
- XStream
- Verify that latest version works in applets
- Update code for changes
- Continuous integration using Bamboo
- Validate the correctness of algorithms
- Image segmentation
- Watershed
Mean-Shift- Turbo Pixels
- Background Subtraction
- 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