Update to 2.0.0 tree from current Fremantle build
[opencv] / doc / plastex / faq_general.rst
1
2 FAQ General
3 -----------
4
5 How can I get acquainted with OpenCV fast?
6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7
8 1. Look at samples.
9 2. Look at some web guides
10
11     * http://www.cs.iit.edu/~agam/cs512/lect-notes/opencv-intro/index.html
12     * http://web.archive.org/web/20060715011915/http://www.cs.bham.ac.uk/resources/courses/robotics/doc/opencvdocs/ref/OpenCVRef_ImageProcessing.htm
13     * stavens_opencv_optical_flow.pdf 
14
15 3. Using C/C++ interpreter Ch to run OpenCV
16
17     * http://www.softintegration.com/products/thirdparty/opencv/demos/ 
18
19 4. Within Visual Studio you may load OpenCV workspace:
20
21     * opencv.dsw for Microsoft Visual Studio 6.0
22     * opencv.sln for Miscrosoft Visual Studio .NET 2003
23     * cbuilderx/opencv.bpgr for Borland C++ BuilderX
24     * select cvsample project, build it and run. Look into the code and modify it as you wish. 
25
26 5. Also, scan through reference manuals - they contain some example code as well.
27
28 6. Search OpenCV archives at http://groups.yahoo.com/group/OpenCV for the topic you are interesting in.
29
30 7. Create a new project from scratch or modify existing cvsample. There are
31    application wizards for Microsoft Visual Studio that create OpenCV-aware
32    projects; look for them at http://groups.yahoo.com/group/OpenCV (Files section
33    - you have to be registered OpenCV@yahoogroups.com user)
34
35 How do I join the OpenCV forum?
36 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
37
38 Send email to OpenCV-subscribe@yahoogroups.com , after you are a member and
39 select your logon, you can read the web group at
40 http://groups.yahoo.com/group/OpenCV. This mailing list is mirrored at gmane:
41 http://news.gmane.org/gmane.comp.lib.opencv so you can read it with a usenet
42 client. 
43