OpenCV

“Computer vision allows us to do things that were unimaginable just a few years ago, such as recognizing a friend’s face in a photo, diagnosing a disease from a medical scan, or driving a car autonomously.”

Fei-Fei Li, a prominent researcher in the field of computer vision and machine learning

What is OpenCV?

OpenCV, or Open Source Computer Vision Library, is an open source library specializing in image processing and computer vision. It is designed to provide a wide range of features for image manipulation, object detection, pattern recognition and more.

The great success of this library has made it possible to attract the interest of thousands of experts in the sector, many of whom are making many contributions to improve the code and performance of this library.

The OpenCV library can support different languages including C ++, Java and Python with also interfaces to be able to use it on platforms like Matlab. In our site we will use the OpenCV library exclusively with Python.

Published Articles

opencv & python - edge detection and image gradient analysis m

Edge Detection and Image Gradient Analysis

Introduction to Edge Detection

Harris Corner Detection

A method of detecting the vertices of an image

The Canny Edge Detection

Canny Edge Detection

A method of detecting the edges of an image

Morphological Transformation

A method for manipulate the shape of objects in an image

Image Pyramids

A method for generating different resolution versions of an image

The Watershed Algorithm

A method for the Image Segmentation

OpenCV on Raspberry

Upcoming articles (in progress)

Changing the colors of spaces in an image

Geometric transformations

Edges

The histograms

Template Matching

Hough’s transformation

The Grabcut algorithm