OpenCV on Maemo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
==Introduction to OpenCV==
h2. Introduction to OpenCV


Maemo devices have powerful processors (especially Nokia N900) in addition to great cameras.
Maemo devices have powerful processors (especially Nokia N900) in addition to great cameras.
Line 7: Line 7:
One of the mostly used computer vision libraries is OpenCV.
One of the mostly used computer vision libraries is OpenCV.


==Interesting links:==
== Interesting links: ==


[http://www.starlino.com/opencv_qt_stereovision.html Stereo Vision with OpenCV and Qt] ''[starlino.com]'' project
"Stereo Vision with OpenCV and Qt":http://www.starlino.com/opencv_qt_stereovision.html project


==Forum.Nokia posts:==
== Forum.Nokia posts: ==


[http://wiki.forum.nokia.com/index.php/Using_OpenCV_with_Qt Using OpenCV with Qt] ''[wiki.forum.nokia.com]''
"Using OpenCV with Qt":http://wiki.forum.nokia.com/index.php/Using_OpenCV_with_Qt


[http://discussion.forum.nokia.com/forum/showthread.php?202336-AR-applications-on-N900-(OpenCV-Gstreamer-QGLWidget AR applications on N900 – OpenCV, Gstreamer, <span class="caps">QGLW</span>idget] ''[discussion.forum.nokia.com]'')
&quot;AR applications on N900 - OpenCV, Gstreamer, QGLWidget&amp;quot;:http://discussion.forum.nokia.com/forum/showthread.php?202336-AR-applications-on-N900-(OpenCV-Gstreamer-QGLWidget)


[http://discussion.forum.nokia.com/forum/showthread.php?203065-OpenCV-in-Qt-example OpenCV in Qt example] ''[discussion.forum.nokia.com]''
&quot;OpenCV in Qt example&amp;quot;:http://discussion.forum.nokia.com/forum/showthread.php?203065-OpenCV-in-Qt-example


[http://discussion.forum.nokia.com/forum/showthread.php?194621-How-to-use-OpenCV-for-Maemo5-app How to use OpenCV for Maemo5 app?] ''[discussion.forum.nokia.com]''
&quot;How to use OpenCV for Maemo5 app?&quot;:http://discussion.forum.nokia.com/forum/showthread.php?194621-How-to-use-OpenCV-for-Maemo5-app


[http://discussion.forum.nokia.com/forum/showthread.php?203375-Use-Gstreamer-Opencv Use Gstreamer + Opencv] ''[discussion.forum.nokia.com]''
&quot;Use Gstreamer + Opencv&amp;quot;:http://discussion.forum.nokia.com/forum/showthread.php?203375-Use-Gstreamer-Opencv


==Related Wiki pages:==
== Related Wiki pages: ==
 
[http://developer.qt.nokia.com/wiki/OpenCV_with_Qt OpenCV with Qt] ''[developer.qt.nokia.com]''

Revision as of 11:06, 24 February 2015

h2. Introduction to OpenCV

Maemo devices have powerful processors (especially Nokia N900) in addition to great cameras.

This fact enables those devices to run computationally-intensive tasks such as computer vision.

One of the mostly used computer vision libraries is OpenCV.

Interesting links:

"Stereo Vision with OpenCV and Qt&quot;:http://www.starlino.com/opencv_qt_stereovision.html project

Forum.Nokia posts:

"Using OpenCV with Qt&quot;:http://wiki.forum.nokia.com/index.php/Using_OpenCV_with_Qt

"AR applications on N900 - OpenCV, Gstreamer, QGLWidget&quot;:http://discussion.forum.nokia.com/forum/showthread.php?202336-AR-applications-on-N900-(OpenCV-Gstreamer-QGLWidget)

"OpenCV in Qt example&quot;:http://discussion.forum.nokia.com/forum/showthread.php?203065-OpenCV-in-Qt-example

"How to use OpenCV for Maemo5 app?":http://discussion.forum.nokia.com/forum/showthread.php?194621-How-to-use-OpenCV-for-Maemo5-app

"Use Gstreamer + Opencv&quot;:http://discussion.forum.nokia.com/forum/showthread.php?203375-Use-Gstreamer-Opencv

Related Wiki pages: