Contributing

From BoofCV
Revision as of 05:25, 6 October 2011 by Peter (talk | contribs) (Created page with "= 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 pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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.

Non-Coding Tasks

Non-coding tasks can be done by just about anyone. Typically these involve updating documentation and reporting problems. Design changes should be suggested to the message board.

  1. Citing BoofCV on projects and papers which use it!
  2. Reporting bugs as they are found.
  3. Fixing spelling and grammar errors on the wiki.
  4. Checking links on the wiki.
  5. Adding tutorials to the wiki.
  6. Quality control on JavaDOC.
  7. Suggesting ways to improve the API.

Coding Tasks

There is plenty of room for improvement left in BoofCV. If you which to donate code or tweak the existing code you should sign up on the BoofCV message board (see the main page for a link) and join the discussion. An important part of BoofCV is validating the correctness of the library. Making sure that each piece of code does what it says it does or that it is a correct implementation of the algorithm cited requires time and many eyes.

  1. Fixing bugs which have been reported.
  2. Adding unit tests.
  3. Adding system level tests.
  4. Implementing new algorithms.
  5. Validating the correctness of algorithms and implementations.
  6. Improve demo Applets.