WikiStart

Version 50 (Gary Bradski, 2016-03-01 07:24 pm)

1 50 Gary Bradski
h1. OpenCV Wiki
2 50 Gary Bradski
3 50 Gary Bradski
!http://opencv.alekcac.webfactional.com/wp-content/themes/opencv/images/logo.png!
4 49 Gary Bradski
5 42 Gary Bradski
OpenCV (Open Source Computer Vision) is a library of programming functions for the realtime computer vision. OpenCV is released under the liberal "BSD license":http://opensource.org/licenses/bsd-license.php, it is free for both academic and commercial use. It runs on Windows, Linux, Mac, Android and has C++, C, Python and Java (Android only) interfaces. The library has more than 2500 optimized algorithms. It is used around the world, has more than 5M downloads and 47K people in the user group. Real-life examples range from video surveillance to interactive art, mine inspection, panorama stitching and finally include the latest developments in advanced robotics.
6 1
7 34 Gary Bradski
* "Wiki map":http://code.opencv.org/projects/opencv/wiki/index
8 33 Gary Bradski
9 20 Gary Bradski
h2. What's new?
10 20 Gary Bradski
11 32 Gary Bradski
* [[ChangeLog|OpenCV 2.4.1]]  is out.
12 29 Gary Bradski
13 20 Gary Bradski
* OpenCV participates in GSoC 2012. Check http://code.opencv.org/projects/gsoc2012/wiki/Gsoc2012 for details.
14 16 Gary Bradski
15 7 Gary Bradski
h2. OpenCV resources
16 1
17 29 Gary Bradski
* Major OpenCV wiki page: http://opencv.willowgarage.com. This page will be replaced with the dedicated http://opencv.org website.
18 29 Gary Bradski
19 1
* OpenCV documentation: 
20 34 Gary Bradski
** Web: http://docs.opencv.org
21 30 Gary Bradski
** "Books":http://opencv.willowgarage.com/wiki/OpenCVBooks: "Learning OpenCV":http://www.amazon.com/Learning-OpenCV-Computer-Vision-Library/dp/0596516134 and the "OpenCV 2 Cookbook":http://www.packtpub.com/opencv-2-computer-vision-application-programming-cookbook/book.
22 29 Gary Bradski
** PDF: "Reference Manual":http://docs.opencv.org/opencv2refman.pdf, "Tutorials":http://docs.opencv.org/opencv_tutorials.pdf, "User Guide":http://docs.opencv.org/opencv_user.pdf, "Cheatsheet":http://code.opencv.org/projects/opencv/repository/raw/trunk/opencv/doc/opencv_cheatsheet.pdf.
23 29 Gary Bradski
24 29 Gary Bradski
* OpenCV user group (questions, support): http://tech.groups.yahoo.com/group/OpenCV.
25 1
26 33 Gary Bradski
* For getting the *source code*, direct your SVN client to http://code.opencv.org/svn/opencv/trunk. 
27 31 Gary Bradski
** If you need write credentials for OpenCV SVN repository, you should contact us via [email protected] (get rid of the ''delete-'' to make the emails work) and explain the situation.
28 31 Gary Bradski
29 1
h2. OpenCV Issue Tracker
30 3 Gary Bradski
31 8 Gary Bradski
Please note that OpenCV project, as any open-source project, welcomes contributions from users. Either you have implemented some new functionality, or you're able to localize and fix a bug by yourself, please create a patch and share it with community. You should use _Patch_ tracker (issue type) for such contributions. Check your code for compliance with "OpenCV Code Style Guide":http://opencv.willowgarage.com/wiki/CodingStyleGuide and please explain how your piece of code could help other computer vision developers.
32 2 Gary Bradski
33 7 Gary Bradski
h3. Creating new tickets
34 6 Gary Bradski
35 21 Gary Bradski
You first need to register at http://code.opencv.org. If you had an account on OpenCV Trac system you should use your login with 'trac' password. You can change the password "here":http://code.opencv.org/my/account after the first login. Then:
36 7 Gary Bradski
* Click the "Issues":http://code.opencv.org/projects/opencv/issues tab or the "Search" box to look for existing tickets - probably your problem is already known or even fixed in the OpenCV trunk. If this is the case, please comment the ticket with your "+1". It will help us to select hot issues for the next iteration.
37 21 Gary Bradski
38 21 Gary Bradski
* If you can't find your problem on tracker, please click the "New issue":http://code.opencv.org/projects/opencv/issues/new tab to create a new ticket. _Bug_ and _Feature_ trackers are used for bug reports and feature requests respectively. *But you should use _Patch_ tracker if you have resolved the issue already and want to share the code.*
39 21 Gary Bradski
40 7 Gary Bradski
h3. Reporting bugs
41 1
42 6 Gary Bradski
* Please, specify your platform (Windows 32/64bit, Linux x86/x64/ppc/..., MacOSX 32/64bit/ppc); compiler version; OpenCV version/revision; whether IPP, OpenMP, MMX, SSE ... have been enabled or not, and any other information that let us reproduce the environment, identify and localize the problem.
43 4 Gary Bradski
44 4 Gary Bradski
* A sample code reproducing the problem helps us the most. Please check source://trunk/opencv/samples - for the preferred style (small code size, cross-platform).  There is *no need* to provide any project files or makefiles, if it is a short single-file sample, we could build it and run in a minute.
45 1
46 1
* If your application is complex, and the problem happens somewhere in the middle, often it is still possible to create a short standalone sample: 
47 1
** First, capture and store the data that you pass to the function using cvSave().
48 1
** Then copy the function call and put the corresponding cvLoad() in front of it.
49 1
50 16 Gary Bradski
If we can reproduce the problem, we can fix it quickly.
51 17 Gary Bradski
52 16 Gary Bradski
h2. Topic Pages
53 16 Gary Bradski
54 1
* [[New functionality discussion]]
55 31 Gary Bradski
* [[Meeting_notes|Developer meeting notes]]