2019; Computer Vision Workshop (Robotics Club)
- Guining Pertin
- Jan 29, 2019
- 1 min read
Introduction
Everyone who hasn’t been living under a rock must’ve heard of ‘Computer Vision’; if not, go check out Wikipedia or Google it out first!
From face and object recognition to image stabilization and image compression, a lot of current technology trends are a part of the field in question, or an application thereof.
Robotics Club, IITG considers this field as important as programming in the current fast-moving technological world. We organized a workshop on basic CV techniques, mainly dealing with image processing methods using the well-known OpenCV library.
Organized by 2nd year students in the team every year, this workshop is meant mainly for the freshman students, giving them a boost and raising their interest in the vast field of Robotics and AI.
This year we went through the following topics along with hands-on session for each one –
Image processing, the idea!
Images and common types – Grayscale, RGB
Color models – RGB, HSV
Introduction to OpenCV – image read, show, write; video capture
Introduction to OpenCV – drawing and writing functions
Geometric transformations – Scaling, translation, rotation
Image processing – Filters, blurring, color segmentation, thresholding
Image processing – Canny edge detection
Introduction to Haar cascades and ML

Some more stills from the workshop:








Comments