AI-powered search & chat for Data / Computer Science Students

Learn more with these recommended learning resources

Introduction to OpenCV

 Analytics Vidhya

By using it, one can process images and videos to identify objects, faces, or even handwriting of a human. OpenCV was initially an Intel research initiative to advise CPU-intensive applications. It…

Read more at Analytics Vidhya

Get Started with OpenCV

 Level Up Coding

We will give a walk-through example of how we can blend images using Python OpenCV. Below we represent the target and the filter images. We will show how you can apply image processing with OpenCV in…...

Read more at Level Up Coding

What is OpenCV and Why is it so popular?

 Analytics Vidhya

OpenCV is a library of Programming functions which are used in real-time Computer Vision. It also supports Deep Learning Frameworks.

Read more at Analytics Vidhya

Important Libraries of OpenCV

 Javarevisited

OpenCV is a cross-platform library used to develop real time computer vision applications. OpenCV mainly focuses upon Image Porcessing, Video Capturing and analysis including Face detection and Object...

Read more at Javarevisited

Getting started with OpenCV

 Analytics Vidhya

In this Blog, I will be writing a brief introduction on OpenCV, where it can be used, how to get started with OpenCV, different operations on image with it etc. I’ll also be sharing link to my…

Read more at Analytics Vidhya

Getting Started with OpenCV

 Towards Data Science

A while back, I trained an object detection model for a college project, but honestly, I don’t remember much about it besides the fact it required lots of Redbulls and long nights watching my model…

Read more at Towards Data Science

Facial filters using OpenCV

 Analytics Vidhya

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…

Read more at Analytics Vidhya

Starting With OpenCV-1 🔥😎

 Analytics Vidhya

OpenCV is a cross-platform library using which we can develop real-time computer vision applications. It mainly focuses on image processing, video capture, and analysis, including face detection and…

Read more at Analytics Vidhya

OpenCV Tutorial — Introduction and Image Basics

 Analytics Vidhya

This is the start of a new series called “The OpenCV for Beginners”. In this blog post , we will be seeing about the basics of images and how to handle them with cv2 module in python. The access the…

Read more at Analytics Vidhya

Image Processing, Computer Vision, Machine Learning With OpenCV

 Analytics Vidhya

OpenCV is a huge open-source library for computer vision, machine learning, and image processing. OpenCV supports a wide variety of programming languages like Python, C++, Java, etc. It can process…

Read more at Analytics Vidhya

Playing with Images using OpenCV

 Analytics Vidhya

In this blog, we’re going to cover some basics of image processing using OpenCV which includes drawing an image, cropping the images and swapping the cropped part and joining two images and create a…

Read more at Analytics Vidhya

5 Essential Functions — OpenCV — 2021

 Analytics Vidhya

Probably you will be directed to this story from the part-1 of OpenCV. If not I would recommend reading it will give you a better idea. But it is not necessary though.

Read more at Analytics Vidhya

Facial Recognition using OpenCV (Python)

 Analytics Vidhya

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning library. This was built to give a common structure for computer vision applications and to…

Read more at Analytics Vidhya

OpenCV: Complete Beginners Guide To Master the Basics Of Computer Vision With Code!

 Towards Data Science

Computer Vision is perhaps the most intriguing and fascinating concept in artificial intelligence. Computer Vision is an interdisciplinary field that deals with how computers or any software can…

Read more at Towards Data Science

Introduction to Computer Vision with OpenCV | Part 2

 Analytics Vidhya

In the first part of the tutorial (Click here to see), the most basic topics of the OpenCV library were presented, here in this step we will apply that knowledge and some more to make a project that…

Read more at Analytics Vidhya

Intern Diaries: Introduction to OpenCV

 Analytics Vidhya

But before we learn the essentials of OpenCV, we need to understand what computer vision is all about. It is a field of study in which machines are imparted with human like attributes for analyzing…

Read more at Analytics Vidhya

All You Need To Know About Open-Source OpenCV Projects And Libraries

 Analytics Vidhya

All You Need To Know About Open-Source OpenCV Projects And Libraries. OpenCV is a library of programming functions mainly aimed at real-time computer vision. Originally developed by Intel, it was late...

Read more at Analytics Vidhya

How to detect tables in Images using OpenCV and Python

 Analytics Vidhya

OpenCV(Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV provides efficient methods and functions to carry out Image Processsing and…...

Read more at Analytics Vidhya

Exploring Image Processing Techniques — OpenCV

 Towards Data Science

Overview of some interesting image processing features, like compositing, contrast adjustment, histogram equalization, gradient filters, laplacian transforms, and more.

Read more at Towards Data Science

9 Most important inbuilt functions in OpenCV for Computer Vision

 Analytics Vidhya

OpenCV is a popular Computer Vision library mostly used for real-time applications. In this blog, we go through the 9 most frequently used OpenCV functions to use the library efficiently along with…

Read more at Analytics Vidhya

OpenCV: A powerful toolkit

 Analytics Vidhya

I recently started diving into OpenCV, and, I must say that it indeed is the most powerful toolkit when dealing with image pre-processing required for further tasks in Deep Learning. I was so…

Read more at Analytics Vidhya

Computer Vision and Image Processing with OpenCV

 Analytics Vidhya

OpenCV ‘Open Source Computer Vision Library’ is an open-source library that includes several hundreds of computer vision algorithms. Using OpenCV, you could pretty much do every Computer Vision task…

Read more at Analytics Vidhya

Setting up OpenCV for JAVA.

 Javarevisited

Hello guys, in this article we will discuss about how to download and install OpenCV in your system and configure it with your Java IDE.OpenCV is a cross-platform library used for developing real-time...

Read more at Javarevisited

Data Collection Using OpenCV

 Towards AI

OpenCV, short for “Open Source Computer Vision”, is a machine learning library that was designed to enable image processing and computer vision applications. A rather unexplored application of OpenCV,...

Read more at Towards AI