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 14:56] – joaomatos | opencv_tutorials_t1 [2017/05/13 16:55] (current) – [Using your Webcam Image] acater | ||
---|---|---|---|
Line 8: | Line 8: | ||
{{:: | {{:: | ||
+ | |||
+ | |||
---- | ---- | ||
+ | ===== Basic Operations ===== | ||
+ | |||
+ | {{ :: | ||
< | < | ||
Line 90: | 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 268: | Line 273: | ||
</ | </ | ||
- | We changed the " | + | We changed the **" |
Line 281: | Line 286: | ||
capture >> colorimage; | capture >> colorimage; | ||
</ | </ | ||
- | 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.1465250209.txt.gz · Last modified: by joaomatos