Support, Documentation & Resources
Technical Support
There is no formal technical support for OpenCV, but there is a very active OpenCV Forum at Yahoo Groups where you are welcome to post your questions. A mirror of the group archive can be found at Gmane.
Bug Report Page
Submit bugs: Report a bug or request new features or raise documentation issues on our bug tracking page.
You will first need to register at https://code.ros.org/gf/ (This is only for spam control, your name is not given out). Then:
- Click on "new ticket" to file a new bug report or feature request, or submit a patch.
- Click on "view tickets" or "search" to look for existing tickets - probably your problem is already known or even fixed in the latest SVN version.
Bug Notes:
- Do the work: Submit as much information as you can (what OS, what compiler, what OpenCV version).
- To help rapidly fix the bug, it is preferable to also attach a short program plus data that reproduces the problem.
- You can and should submit bugs for documentation. Again, be specific (C, C++, Python). What exactly was missing, confusing or wrong.
- If you know how the documentation should be fixed, submit that too.
Documentation of Functions
Other:
External OpenCV 1.0 API with function search on cs.indiana.edu
External OpenCV 2.0 API with function search on fscience.net
OpenCV Online Resources
The OpenCV China (OpenCV中文站)
To get the latest SVN code, use: svn co https://code.ros.org/svn/opencv/trunk/opencv
To build, see the Install Guide.
We used to use sourceforge where you can still get the released versions from. SourceForge
Note: the bug and patch trackers on sourceforge are not used anymore. Use https://code.ros.org/trac/opencv instead.
The #opencv IRC channel on Freenode -- currently 'Un-official'
OpenCVDotNet - OpenCV wrappers for .NET Framework.
SoftIntegration - OpenCV wrappers for Ch.
OpenCV Naver Community Forum (Korean)
EffortFor3dReconstruction - Community document to bring forward 3D reconstruction in OpenCV
Emgu CV A cross platform .Net wrapper for OpenCV
OpenCvSharp A cross platform .Net wrapper for OpenCV 1.1, written in C#. All CxCore, CvReference, MachineLearning functions wrapped. Documentation of functions included in XML Format
opencv.jp (Reference manuals and sample codes in Japanese)
JavaCV - Contains Java wrapper classes for the full C/C++ API of OpenCV 2.3.1, also works with Android and MATLAB
Drexel Uni tutorials - Noah Kuntz's tutorials for beginners to learn how to use OpenCV.
AI Shack - Tutorials/articles on OpenCV, computer vision in general and robotics.
Shervinemami.co.cc - Tutorials for OpenCV such as Face Recognition and Colored Blob Detection.
OpenCV code - OpenCV code examples and tutorials
Ideas for the Future of OpenCV
* Our SummerOfCode page describes project ideas for the Google Summer of Code. The SummerOfCodeApplication page shows current status of our application to the program.
Mac_OS_X_OpenCV_Port holds specific ideas for OpenCV on Mac OS X