Goto

Collaborating Authors

 opencv project


#001 OpenCV projects - Face Tracking with OpenCV using Haar cascade detectors

#artificialintelligence

Highlights: This will be our introductory post where we will explain the difference between object detection and object tracking. We will learn the easiest way to track objects and in this case, it will be a face detection. We will admit that we are cheating a bit because we are not using tracking algorithms. Due to the simplicity of this post as a simple introduction, we are going to use Viola-Jones face detection algorithm. In one of our previous posts, we have already explained in detail what Haar cascade classifiers are and how to use them to detect faces, eyes, and smiles.


#002 OpenCV projects - How to cartoonize an image with OpenCV in Python?

#artificialintelligence

Highlights: Today you can find countless numbers of photo editing applications on the internet that allows you to transform your images into cartoons on the internet. This pretty cool effect became extremely popular on social media over the past few years. That is why we decided to teach you how to use OpenCV to create your application that can transform an image into a cartoon. To do that we will be working with digital image processing (filters) edges detection algorithms, and color quantization methods. So, let's begin with our post.


TOP 10 OPENCV PROJECTS in 2020

#artificialintelligence

In this video we will look at the top 10 projects for opencv in 2020. OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. In this video we will look at the top 10 projects for opencv in 2020. OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library.