]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blob - student/lenckar1/index.mdwn
Merge branch 'master' of rtime:edu/osp-wiki
[edu/osp-wiki.git] / student / lenckar1 / index.mdwn
1 [[!meta title="Lenc Karel"]]
2
3 Zadání
4 ======
5
6 **Název projektu:** OpenCV
7
8 **Domovská stránka projektu:** <http://opencv.willowgarage.com/>
9
10 **Android camera parameters patch**
11 Implement further capabilities of android camera API into the OpenCV Camera driver (set colour effects, flash mode etc.).
12
13 **Hierarchical MSER**
14 Implementation of Hierarchical MSER in the OpenCV project (in cooperation with Carlos Gracia Merino). Was actually done one year before. Link to the article describing the changes: [A Head-mounted Device for Recognizing Text in Natural Scenes][1]
15
16 Odkazy dokládající výsledky mé práce
17 ======
18
19 **Android camera parameters patch**
20 Link to the discussion group where the patch was announced: [Discussion Group (Announcement)][2]
21 Link to the information about the patch (applied to OpenCV 2.4): [Patch][3]
22
23 **Hierarchical MSER**
24 Link to the patch: [1577][4]
25 However was not applied.
26
27 Prezentace
28 ==========
29
30 * [[Prezentace záměru práce|prezentace1.pdf]]
31 * [[Prezentace výsledku práce|osp_results_presentation.pdf]]
32
33
34   [1]: http://www.cs.bris.ac.uk/Publications/Papers/2001440.pdf_
35   [2]: https://groups.google.com/d/topic/android-opencv/9NpSpn1eCV8/discussion
36   [3]: http://code.opencv.org/issues/1789
37   [4]: http://code.opencv.org/issues/1577