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/07 23:44] 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)]] 
  
-[[https://github.com/Itseez/opencv_contrib|Download all the opencv_contrib]]+----
  
-[[https://cmake.org/download/|Download the CMAKE for your OS]] +===== Installation =====
- +
-**2) Installation Instructions ** +
- +
- Follow to video to do the correct installation of the OpenCV into the Visual Studio 2015. +
- +
-{{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 7 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]].**
opencv_tutorials.1465368266.txt.gz · Last modified: 2016/06/07 23:44 by joaomatos