]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/lenckar1/index.mdwn
lectures: minor update of link to LinuxDays 2023 presentation listing.
[edu/osp-wiki.git] / student / lenckar1 / index.mdwn
index 3fda95cd5c23aaa7ec088b827d8607107579c3c0..a6ca07f4bfadd6c763dab3a17f6d3be1dfbedaed 100644 (file)
@@ -3,68 +3,35 @@
 Zadání
 ======
 
-**OpenCV:**
-
-cv::findHomography needs a parameter for RANSAC confidence
-[issue1557][1]
-[issue1544][2]
-
-Add API to enumerate cameras
-[issue935][3]
-
-DCT for odd length
-[issue895][4]
-
-
-Shape Descriptors for Maximally Stable Extremal Regions
-[issue340][5]
-
-Hierarchical MSER
-[1577][6]
-
-Android camera parameters patch - waiting for response...
-
-
-
 **Název projektu:** OpenCV
 
 **Domovská stránka projektu:** <http://opencv.willowgarage.com/>
 
+**Android camera parameters patch**
+Implement further capabilities of android camera API into the OpenCV Camera driver (set colour effects, flash mode etc.).
+
+**Hierarchical MSER**
+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]
 
 Odkazy dokládající výsledky mé práce
 ======
 
-Zde přidám odkazy podobně jako v příkladu níže a popíšu na co
-jednotlivé odkazy odkazují.
+**Android camera parameters patch**
+Link to the discussion group where the patch was announced: [Discussion Group (Announcement)][2]
+Link to the information about the patch (applied to OpenCV 2.4): [Patch][3]
 
-* [Odkazy na mou komunikaci s vývojáři v on-line archivech veřejných diskuzí...](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [Odkaz na můj repozitář s aktuálním stavem mé práce...](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [Odkazy na mé commity v repozitáři projektu...](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [Další relevantní odkazy dokládající mou práci...](http://lwn.net/Articles/385586/)
+**Hierarchical MSER**
+Link to the patch: [1577][4]
+However was not applied.
 
 Prezentace
 ==========
 
-* [[Prezentace záměru práce ve formátu PDF nebo OpenDocument ("Attachment" k této stránce)|prezentace1.pdf]]
-* [[Prezentace výsledku práce|prezentace2.pdf]]
-
-Ohloh
-=====
-
-Tady doplním HTML kód [Ohloh widgetu][w] zobrazující můj KudoRank.
-
-Například: <a href='https://www.ohloh.net/accounts/9897?ref=Detailed'>
-  <img alt='Ohloh profile for Linus.Torvalds' height='35' src='https://www.ohloh.net/accounts/9897/widgets/account_detailed.gif' width='191' />
-</a>
-
-[w]:https://www.ohloh.net/accounts/lenckar1/widgets
+* [[Prezentace záměru práce|prezentace1.pdf]]
+* [[Prezentace výsledku práce|osp_results_presentation.pdf]]
 
 
-  [1]: http://code.opencv.org/issues/1557
-  [2]: http://code.opencv.org/issues/1544
-  [3]: http://code.opencv.org/issues/935
-  [4]: http://code.opencv.org/issues/895
-  [5]: http://code.opencv.org/issues/340
-  [6]: http://code.opencv.org/issues/1577
-  [7]: http://zim-wiki.org/wiki/doku.php?id=support_tables
-  [8]: http://www.zim-wiki.org/wiki/doku.php?id=creating_an_android_application
+  [1]: http://www.cs.bris.ac.uk/Publications/Papers/2001440.pdf_
+  [2]: https://groups.google.com/d/topic/android-opencv/9NpSpn1eCV8/discussion
+  [3]: http://code.opencv.org/issues/1789
+  [4]: http://code.opencv.org/issues/1577