Articles by Tag #opencv

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Transform Any Image into a Sketch with Python 🚀

Have you ever wanted to turn your favorite photos into beautiful sketches? In this tutorial, we'll...

Learn More 7 3Dec 4 '24

Efficient Driver's License Recognition with OCR API: Step-by-Step Tutorial

Introduction Optical Character Recognition (OCR) technology has transformed the way we...

Learn More 7 2Jul 15 '24

Blurry Image Detection in Laravel

Article originated from...

Learn More 4 1Oct 6 '24

Building OpenCV 4.10.0 with GUI Support in WSL

If you’re working with OpenCV on WSL and hit the infamous cv2.error stating GUI: NONE, you’ve...

Learn More 3 0Dec 29 '24

Transform Your Images into Pencil Sketches with Python 🚀

Have you ever wondered how to create a pencil sketch effect from an image programmatically? With...

Learn More 2 0Dec 4 '24

Artificial Intelligence (AI) Roadmap 2025

Artificial Intelligence (AI) Roadmap | |-- Fundamentals | |-- Mathematics | | |-- Linear...

Learn More 2 0Feb 11

Update

🌟 Sharing some recent developments! 🔹 Gesture Sign Language Detection Project 🤝 Delved into OpenCV ,...

Learn More 2 0Dec 9 '24

Introduction To Computer Vision with Python (Part 1)

Note: In this post, we will only be working with Grey-Scale images to make it easy to follow. ...

Learn More 1 2Sep 9 '24

Making a simple pointillism painting using OpenCv.

Introduction The Open Source Computer Vision Library (OpenCV) offers freely available programming...

Learn More 1 0Nov 24 '24

OpenCV vs YOLO for Small Object Detection

Well, not really one vs the other but how to get the best of both worlds! Small object detection is a...

Learn More 1 0Feb 16

🚀 How to Create a Pencil Sketch Effect with OpenCV and Matplotlib

How to Create a Pencil Sketch Effect with OpenCV and Matplotlib Have you ever wanted to...

Learn More 1 0Dec 4 '24

Transform Images into Stunning Pencil Sketches with Python and OpenCV 🎨🖌️

Have you ever wondered how to transform your photos into beautiful pencil sketches? With Python and...

Learn More 1 0Dec 4 '24

Binary Images & Image Thresholding

Thresholding Thresholding is a simple yet effective technique used in image processing to...

Learn More 1 0Jul 12 '24

Build a Face Recognition System in 25 Minutes - Python & OpenCV Tutorial!

Build Your Own Face Recognition System with Python! In this step-by-step tutorial, you’ll learn how...

Learn More 0 0Apr 3

Capture and stream video on browser with Python-FLASK

Read the complete article (With code) on Medium

Learn More 0 0Jan 21

Accelerating OpenCV with CUDA on Jetson Orin NX: A Complete Build Guide

What do we have right out of the box? The NVIDIA Jetson Orin NX is a powerful, community...

Learn More 0 0Feb 21

GoCV + openCV: an approach to capture video

When considering the issue of capturing images from external devices, in general, such devices can be...

Learn More 0 0Jun 23

A Visual Guide to Affine Transformations: Translation, Scaling, Rotation, and Shear

Image credits: murray, Stack Exchange What is affine transformation exactly? Affine...

Learn More 0 0Dec 5 '24

OpenCV Porting on T507 Platform with Linux 4.19: A Deep Comparison Between Standalone Compilation and Buildroot Compilation

Quick Guide: Deploy #OpenCV on #T507 (Linux 4.19) Standalone Compilation vs. Buildroot 👉 Which is...

Learn More 0 0Mar 21

hmm

i decided this year to go back and learn how to program. i started my journey this time with CV2

Learn More 0 0Mar 30

OpenCV cv::Mat without copying and weird memory ownership

Recently I found an interesting OpenCV behaviour. OpenCV cv::Mat is built to be easy to use. It will...

Learn More 0 0May 1

Fixing libdc1394.so.22: cannot open shared object file (ㅠ﹏ㅠ)

libdc1394.so.22 is a library used for camera access in libraries such as OpenCV and is superseded by...

Learn More 0 0Oct 10 '24

Integrating OpenCV with Visual Studio C++

To build an application with OpenCV we need to do two things, as stated in official docs: Tell...

Learn More 0 0Nov 23 '24

Wave Goodbye to the Mouse: Transforming Hand Gestures into Your New Click Commanders!

Ever been deep into a movie marathon, snacking on chips, and thought, “Wouldn’t it be amazing if I...

Learn More 0 0Sep 11 '24

Integrating Fractal ArUco Markers into OpenCV: A Game-Changer for Fiducial Marker Detection

*Introduction * In the world of computer vision and robotics, fiducial markers play a crucial role in...

Learn More -1 0Mar 31