User Tools

Site Tools


opencv_tutorials

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
opencv_tutorials [2016/06/06 17:07] joaomatosopencv_tutorials [2017/05/08 21:46] (current) – [Installation] acater
Line 1: Line 1:
-===== Installation =====+===== Start Course OpenCV =====
  
-**1) Necessary Software**+**Author:** Joao Matos Email: <[email protected]> <!-- replace with your email address --> 
 +\\ 
 +**Author:** Alex Cater Email: <[email protected]> \\ 
 +**Date:** Last modified on 6/8/2016 \\ 
 +**Updated:** 05/08/17 
 +\\ 
 +**Keywords:** Computer vision , OpenCV 
 +\\
  
- For the following tutorials was used OpenCV 3.1 in Visual Studio 2015. 
  
 + The following set of 7 tutorials shows the basic of OpenCV functions that can be useful on Vision Based Control. The best way to get familiarized with the language and the program is to type the tutorial's code by yourself and change the annotations by your annotations. This way you get used to the function syntax and how the code flows. OpenCV has a lot of functions to be used on Computer Vision Algorithms , always try to google your question first before start trying to code all by hand ( There is a lot of functions that substitute several lines of code ).
  
 + These tutorials will be the basis to understand the Vision Control mechanism to be implemented on the MM-UAV project (Peg-In-Hole task).
  
-[[http://opencv.org/downloads.html|Download the OpenCV file here (Select version 3.1.0 for your OS)]] 
  
-[[https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx|Download the Visual Studio 2015 here(Visual Studio Community)]] 
  
-**2) Installation Instructions **+----
  
- Follow to video to do the correct installation of the OpenCV into the Visual Studio 2015. +===== Installation =====
- +
-{{youtube>l4372qtZ4dc?medium}}+
  
 +  * [[opencv_tutorials_installation|How to install OpenCV 2.4.13 and link with Visual Studio 2015]]
 +  * [[opencv_install_ubuntu|Installing OpenCV 3.2.0 With Ubuntu 16.04]]
  
 ---- ----
  
- +===== Tutorials list =====
-===== Tutorials ===== +
- +
- The following set of 6 tutorials shows the basic of OpenCV functions. The best way to get familiarized with the language and the program is to type the tutorial's code and change the annotations by your annotations. This way you get used to the function syntax and how the code flows. OpenCV has a lot of functions to be used on Computer Vision Algorithm , always try to google your question first before start trying to code all by hand ( There is a lot of functions that substitute several lines of code ).+
  
 **[[opencv_tutorials_t1|1) Image Operations]].** **[[opencv_tutorials_t1|1) Image Operations]].**
Line 43: Line 46:
     Learn how to apply color threshold to an image/video to filter objects by its color.     Learn how to apply color threshold to an image/video to filter objects by its color.
  
-**[[opencv_tutorials_t6|6) Tracking an object by its color]].** +**[[opencv_tutorials_t6|6) Tracking an object I)]].** 
-    * Lear how to apply thresholding together with object tracking algorithm.+    * Lear how to apply thresholding together with object tracking algorithm to track an object by its contour. 
 + 
 +**[[opencv_tutorials_t7|7) Tracking an object II)]].** 
 +    * Lear how to apply thresholding together with object tracking algorithm to track an object by its mass center using image moments.
  
  
Line 52: Line 58:
 ===== Useful Information Sources ===== ===== Useful Information Sources =====
  
-[[http://opencv-srf.blogspot.com/p/opencv-c-tutorials.html|Open CV Lessions and Tutorials]]+[[http://opencv-srf.blogspot.com/p/opencv-c-tutorials.html|Open CV Examples and Tutorials]] 
 + 
 +[[http://docs.opencv.org/3.1.0/d9/df8/tutorial_root.html#gsc.tab=0|More OpenCV Examples and Tutorials]]
  
 [[https://www.youtube.com/user/khounslow/videos|Kyle Hounslow YouTube Channel (Step by Step Tutorials)]] [[https://www.youtube.com/user/khounslow/videos|Kyle Hounslow YouTube Channel (Step by Step Tutorials)]]
opencv_tutorials.1465258076.txt.gz · Last modified: 2016/06/06 17:07 by joaomatos