computer vision

Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

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 β†’