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.
- Send code to [email protected] (From http://code.opencv.org/projects/opencv/wiki/CodeSubmissions)
- Create a patch in Opencv DevZone and share the code (From http://code.opencv.org/projects/opencv/wiki)
- 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.