computer vision
Computer Vision Interview questions
1. What is computer vision? Computer vision is a field of artificial intelligence that involves the development of algorithms and...
Read More βWhat are the two types of image classification method?
Image classification is the process of assigning a label to a given image, such as “cat”, “dog”, or “tiger”. There...
Read More βWhat is object detection?
Machine Learning is a powerful, but often misunderstood technology. It’s best known for its applications in the computer vision field,...
Read More βAutomatic Number Plate Recognition Project
In recent years, automatic license plate recognition or license plate recognition has become one of the useful approaches for vehicle surveillance. This article presents an automatic license plate...
Read More βCounting Objects in An Image
Counting objects in an image is the job of computer vision. There are many Python computer vision libraries available for this task. However, this article describes a very simple approach...
Read More βComputer Vision for Beginners – Part 5
What is Edge detection? Edge detection is a computer vision technique that uses the edges of an image to find...
Read More βComputer Vision for Beginners – Part 4
In this article, I will be discussing about various algorithms of image feature detection, description using OpenCV. Introduction What do...
Read More βComputer Vision for Beginners – Part 3
You may be already familiar with the word βcontour.β Iβve used this term several times in previous posts. A contour line...
Read More βComputer Vision for Beginners – Part 2
Today we’re going to talk about how to manipulate images. These are preprocessing steps. When it comes to detecting edges...
Read More βComputer Vision for Beginners – Part 1
Image Processing is used to perform some operations on images in order to animate them, develop videos, or generate graphics....
Read More βTop 40 Data Science Interview Questions and Answers
1 β What is F1 score? F1 score is a measure of the accuracy of a model. It is defined...
Read More βWhat is histogram equalizer? How does it work?
Histogram Equalizer is a computer vision technique that adjusts the luminosity levels of an image to make it more visually...
Read More β