OpenCV with Qt: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''OpenCV''' is a cross-platform, open-source, commonly used computer vision library. It uses C++ as its primary interface, but other languages such as C and Python can also be used. OpenCV was originally developed by Intel back in 1999 and is now maintained by Willow Garage and ItSeez.
'''OpenCV''' is a cross-platform, open-source, commonly used computer vision library. It uses C++ as its primary interface, but other languages such as C and Python can also be used. OpenCV was originally developed by Intel back in 1999 and is now maintained by Willow Garage and ItSeez.


OpenCV was originally written in C for maximum performance and portability.<br /> OpenCV v2.0 was released in October of 2009 and includes major improvements in C++ interface.
OpenCV was originally written in C for maximum performance and portability.<br />OpenCV v2.0 was released in October of 2009 and includes major improvements in C++ interface.


Latest releases introduced support to <span class="caps">GPU</span> calculation (<span class="caps">CUDA</span>, OpenCL), Android platform, iOS platform and Linux Embedded platforms.
Latest releases introduced support to GPU calculation (CUDA, OpenCL), Android platform, iOS platform and Linux Embedded platforms.


OpenCV main strengths are computational efficiency with a focus on near-real-time applications.<br /> This makes OpenCV perfectly suitable for writing applications on mobile platforms such as robots and cell phones.
OpenCV main strengths are computational efficiency with a focus on near-real-time applications.<br />This makes OpenCV perfectly suitable for writing applications on mobile platforms such as robots and cell phones.


Face recognition, Object Identification and Augmented Reality are some of the examples of OpenCV usage.
Face recognition, Object Identification and Augmented Reality are some of the examples of OpenCV usage.


'''Installation guides'''<br /> Installers for Linux, Mac and Windows are readily available [http://opencv.org/downloads.html here] ''[opencv.org]''.
'''Installation guides'''<br />Installers for Linux, Mac and Windows are readily available &quot;here&amp;quot;:http://opencv.org/downloads.html.<br />* &quot;Linux installation guide&amp;quot;:http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html?highlight=installation<br />* &quot;Windows installation guide&amp;quot;:http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html?highlight=installation


* [http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html?highlight=installation Linux installation guide] ''[docs.opencv.org]''
'''Documentation'''<br />* &quot;Official documentation&amp;quot;:http://docs.opencv.org/<br />* For more in-depth info about OpenCV there's a 500+ page book published by O'REILLY about OpenCV 2.0 &quot;Learning OpenCV: Computer Vision with the OpenCV Library&amp;quot;:http://www.amazon.com/dp/0596516134<br />* Packt Publishing realized a lot of good book &quot;available here&amp;quot;:http://www.packtpub.com/books?keys=opencv.
* [http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html?highlight=installation Windows installation guide] ''[docs.opencv.org]''


'''Documentation'''
'''Tutorials'''<br />There is an open source Widget based on OpenGL available on an italian blog (English tutorial and documentation available):<br />* &quot;Part 1: base tutorial&amp;quot;:http://www.robot-home.it/blog/software/tutorial-opencv-qt-opengl-widget-per-visualizzare-immagini-da-opencv-in-una-gui-con-qt/?lang=en<br />* &quot;Part 2: how to use&amp;quot;:http://www.robot-home.it/blog/software/tutorial-opencv-qt-opengl-widget-per-visualizzare-immagini-da-opencv-in-una-gui-con-qt-seconda-parte/?lang=en


* [http://docs.opencv.org/ Official documentation] ''[docs.opencv.org]''
'''Qt based demos'''<br />* &quot;Image Compression&amp;quot;:http://www.robot-home.it/blog/software/tutorial-opencv-qt-comprimere-un-immagine-in-memoria/?lang=en
* For more in-depth info about OpenCV there’s a 500+ page book published by O’<span class="caps">REILLY</span> about OpenCV 2.0 [http://www.amazon.com/dp/0596516134 Learning OpenCV: Computer Vision with the OpenCV Library] ''[amazon.com]''
* Packt Publishing realized a lot of good book [http://www.packtpub.com/books?keys=opencv available here] ''[packtpub.com]''.
 
'''Tutorials'''<br /> There is an open source Widget based on OpenGL available on an italian blog (English tutorial and documentation available):
 
* [http://www.robot-home.it/blog/software/tutorial-opencv-qt-opengl-widget-per-visualizzare-immagini-da-opencv-in-una-gui-con-qt/?lang=en Part 1: base tutorial] ''[robot-home.it]''
* [http://www.robot-home.it/blog/software/tutorial-opencv-qt-opengl-widget-per-visualizzare-immagini-da-opencv-in-una-gui-con-qt-seconda-parte/?lang=en Part 2: how to use] ''[robot-home.it]''
 
'''Qt based demos'''
 
* [http://www.robot-home.it/blog/software/tutorial-opencv-qt-comprimere-un-immagine-in-memoria/?lang=en Image Compression] ''[robot-home.it]''
* [http://www.robot-home.it/blog/software/tutorial-opencv-riconoscimento-delle-facce/?lang=en Face Detection] ''[robot-home.it]''

Revision as of 14:26, 23 February 2015

OpenCV is a cross-platform, open-source, commonly used computer vision library. It uses C++ as its primary interface, but other languages such as C and Python can also be used. OpenCV was originally developed by Intel back in 1999 and is now maintained by Willow Garage and ItSeez.

OpenCV was originally written in C for maximum performance and portability.
OpenCV v2.0 was released in October of 2009 and includes major improvements in C++ interface.

Latest releases introduced support to GPU calculation (CUDA, OpenCL), Android platform, iOS platform and Linux Embedded platforms.

OpenCV main strengths are computational efficiency with a focus on near-real-time applications.
This makes OpenCV perfectly suitable for writing applications on mobile platforms such as robots and cell phones.

Face recognition, Object Identification and Augmented Reality are some of the examples of OpenCV usage.

Installation guides
Installers for Linux, Mac and Windows are readily available "here&quot;:http://opencv.org/downloads.html.
* "Linux installation guide&quot;:http://docs.opencv.org/doc/tutorials/introduction/linux_install/linux_install.html?highlight=installation
* "Windows installation guide&quot;:http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html?highlight=installation

Documentation
* "Official documentation&quot;:http://docs.opencv.org/
* For more in-depth info about OpenCV there's a 500+ page book published by O'REILLY about OpenCV 2.0 "Learning OpenCV: Computer Vision with the OpenCV Library&quot;:http://www.amazon.com/dp/0596516134
* Packt Publishing realized a lot of good book "available here&quot;:http://www.packtpub.com/books?keys=opencv.

Tutorials
There is an open source Widget based on OpenGL available on an italian blog (English tutorial and documentation available):
* "Part 1: base tutorial&quot;:http://www.robot-home.it/blog/software/tutorial-opencv-qt-opengl-widget-per-visualizzare-immagini-da-opencv-in-una-gui-con-qt/?lang=en
* "Part 2: how to use&quot;:http://www.robot-home.it/blog/software/tutorial-opencv-qt-opengl-widget-per-visualizzare-immagini-da-opencv-in-una-gui-con-qt-seconda-parte/?lang=en

Qt based demos
* "Image Compression&quot;:http://www.robot-home.it/blog/software/tutorial-opencv-qt-comprimere-un-immagine-in-memoria/?lang=en