Computer Vision Club

What does our club do?

At our club you can expect to learn Python, basic machine learning and advanced Computer Vision techniques, such as Object Detection, Contour Detection, Image Classification.


We explain the algoirthms behind these techniques and use open-source libraries and some of our code to implement them in python đŸ˜€

An example of contour detection

Contour detection works by identifying and outlining continuous points along a boundary that have the same color or intensity, effectively distinguishing objects or shapes from the rest of the image.

An example of object detection

Object detection identifies and locates objects within an image or video frame, classifying them into predefined categories and often bounding them with rectangles to indicate their positions and extents.