Although OpenCV is a powerful tool which can be used to develop complex computer vision applications, the documentation of OpenCV is not enough for a newbie to learn OpenCV by himself/herself. And there are few tutorials can be found on OpenCV for beginners in the internet. Therefore, I decided to prepare this tutorial from the very basic concepts of image processing and computer vision using basic inbuilt OpenCV functions. I have tested all given source code in this tute with openCV 2.4.5 and Microsoft Visual Studio Express 2012.
Here is the entire list of lessons
- What is OpenCV?
- Installing & Configuring with Visual Studio
- Basics of OpenCV API
- Read & Display Image
- Capture Video from File or Camera
- Write Image & Video to File
- Filtering Images
- Change Brightness of Image or Video
- Change Contrast of Image or Video
- Histogram Equalization
- Smooth / Blur Images
- How to Add Trackbar
- How to Detect Mouse Clicks and Moves
- Rotate Image & Video
- Color Detection & Object Tracking
- Shape Detection & Tracking using Contours
0 comments :
Post a Comment