User Tools

Site Tools


trackbar_opencv

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
trackbar_opencv [2019/08/16 10:49] bradseotrackbar_opencv [2019/08/19 12:08] (current) bradseo
Line 4: Line 4:
 **Author:** <Brandon Seo> Email: <hyunduck1024@gmail.com> <!-- replace with your email address --> **Author:** <Brandon Seo> Email: <hyunduck1024@gmail.com> <!-- replace with your email address -->
 \\ \\
-**Date:** Last modified on <MM/DD/YY>+**Date:** Last modified on <08/18/19>
 \\ \\
 **Keywords:** <moments, hsv, Tutorial, step-by-step> **Keywords:** <moments, hsv, Tutorial, step-by-step>
Line 27: Line 27:
 \\ \\
 ===== Motivation and Audience ===== ===== Motivation and Audience =====
-\\ +
-\\+
 Readers of this tutorial assumes the reader has the following background and interests:  Readers of this tutorial assumes the reader has the following background and interests: 
 \\ \\
- 
 To run this tutorial. The following should be completed To run this tutorial. The following should be completed
- 
 OPENCV Tutorial - [[http://www.daslhub.org/unlv/wiki/doku.php?id=open_cv_set_up|opencv_videocapture]] OPENCV Tutorial - [[http://www.daslhub.org/unlv/wiki/doku.php?id=open_cv_set_up|opencv_videocapture]]
 \\ \\
Line 41: Line 38:
 \\ \\
 \\ \\
-======Step 1====== +=====Step 1===== 
-\\ +===Moments function===
-=====Moments function===== +
-\\+
 It was relatively easy to find the centers of the circle.  It was relatively easy to find the centers of the circle. 
 \\ \\
Line 57: Line 52:
 \\  \\ 
 \\ \\
-{{ :moments.png?300 |}}+{{:moments.png?300|}}
 \\ \\
 We can find the center of the ball using moments in OpenCV We can find the center of the ball using moments in OpenCV
 \\ \\
-======Step 2====== 
 \\ \\
 +=====Step 2=====
 ====Set up the hsv variables==== ====Set up the hsv variables====
-\\ 
 If you don't know well about HSV color, click this. [[https://www.learnopencv.com/color-spaces-in-opencv-cpp-python/|HSV_opencv]] If you don't know well about HSV color, click this. [[https://www.learnopencv.com/color-spaces-in-opencv-cpp-python/|HSV_opencv]]
 \\ \\
Line 70: Line 64:
 \\ \\
 \\ \\
-======Step 3=====+=====Step 3=====
 ====create trackbar==== ====create trackbar====
-\\ 
 Now you can create trackbars since you've done the above. Now you can create trackbars since you've done the above.
 \\ \\
 Trackbars are very useful in lots of occasions.  Trackbars are very useful in lots of occasions. 
 It enables users to change various parameters while the OpenCV application is running.  It enables users to change various parameters while the OpenCV application is running. 
 +\\
 +{{:trackbar.png?400|}}
 +\\
 +finally, you can make Opencv code on your own.
 +\\
 +\\
 +This is what I did {{:opencv_trackbar.docx|opencv_trackbar_code}}
 +\\
 +\\
 +Final Words
 +For questions, clarifications, etc, Email: hyunduck1024@gmail.com
  
trackbar_opencv.1565977742.txt.gz · Last modified: by bradseo