-
Notifications
You must be signed in to change notification settings - Fork 3
Tutorial: Basic OpenCV
This tutorial helps beginners understand how to use OpenCV.
OpenCV is a computer vision library, and is the industry standard for quick prototyping, making it very useful for college research use. OpenCV is basically a wrapper for a lot of really useful vision processing functions, thus removing a lot of the grunt work and allowing you to do more interesting things with your time.
The main thing is just that you should understand what the function you're using is doing, which is where google comes in.
For starters though, beginners can look this tutorial to begin: Sophie's OpenCV starters tutorial
It's a color tracking script, and will walk you through how to implement it. From there, more complex functions and such are found/used through Googling and asking upperclassmen. OpenCV is very powerful, so never count it short! If there's something you want to do, OpenCV probably has a group of functions you can use. It's all just about finding it and (most importantly) understanding how it works.
As always, if you need help, just ask!
If you need help, come find Merwan Yeditha [email protected] or Audrey Lee [email protected]!