Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The correct way to contribute code to OpenCV

I am sorry to ask such a "stupid" question because I am confused by the offical documents.

Currently I have some algorithms and I want to contribute them to OpenCV. However I cannot find out a clear way to sumbit my code. Here are some ways I found from the web.

  1. Send code to [email protected] (From http://code.opencv.org/projects/opencv/wiki/CodeSubmissions)
  2. Create a patch in Opencv DevZone and share the code (From http://code.opencv.org/projects/opencv/wiki)
  3. Fork the OpenCV and provide pull requests (From http://code.opencv.org/projects/opencv/wiki/Working_with_OpenCV_git_repository)

Could you please tell me which of the above ways is correct ? Thank you.