Contributing
From BoofCV
Jump to navigationJump to searchWays 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!
- 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)
- Submit fixes on Github for code and javadoc errors
- 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
- Android
- Point cloud viewer for demonstration application
- Any sort of cool demonstration
- JCodec
- Get it working and start converting movies into standard formats, when appropriate
- Take a look at Aparapi to see if using a GPU can speed up any of the code.
- Continuous integration using Bamboo
- Validate the correctness of 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.
- Create a system for runtime regression tests