opencv_tutorials_t1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
opencv_tutorials_t1 [2016/06/06 15:00] – joaomatos | opencv_tutorials_t1 [2017/05/13 16:55] (current) – [Using your Webcam Image] acater | ||
---|---|---|---|
Line 9: | Line 9: | ||
{{:: | {{:: | ||
- | {{ :: | + | |
---- | ---- | ||
+ | ===== Basic Operations ===== | ||
+ | |||
+ | {{ :: | ||
< | < | ||
Line 92: | Line 95: | ||
**Line 1 to 11**: | **Line 1 to 11**: | ||
- | First we have to include the modules from OpenCV that will be used on the program. Each modules has its own functions and Variables type. (For example: the Mat variable type , the cvtColor function , the imshow function , etc... - each one is inside of one OpenCV module , that needs to be included in order to make the program compile). | + | First we have to include the modules from OpenCV that will be used on the program. Each modules has its own functions and Variables type. (For example: the Mat variable type , the cvtColor function , the imshow function , etc... - each one is inside of one OpenCV module , that needs to be included in order to make the program compile). The " |
Line 284: | Line 287: | ||
</ | </ | ||
The loop will run until the " | The loop will run until the " | ||
+ | |||
+ | \\ | ||
+ | The video below demonstrates the program as it is run in real time. | ||
+ | \\ | ||
+ | {{youtube> |
opencv_tutorials_t1.1465250431.txt.gz · Last modified: by joaomatos