Finding OpenCV documentation, help, and updates

OpenCV's documentation is online at http://docs.opencv.org/. The documentation includes a combined API reference for OpenCV's current C++ API, its current Python API (which is based on the C++ API), its old C API, and its old Python API (which is based on the C API). When you look up a Python class or function, be sure to read the section about the current Python API (cv2 module), not the old Python API (cv module). The Java API documentation is online at http://docs.opencv.org/java/.

Much of the documentation is also available as downloadable PDF files:

If the documentation seems to leave your question unanswered, try reaching out to the OpenCV community instead. The following sites are good venues for questions, answers, and shared experience:

Last, if you are an advanced user who wants to try new features, bug fixes, and sample scripts from the latest (unstable) OpenCV source code, have a look at the project's repository at https://github.com/Itseez/opencv/.