Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Apr 20, 2021How To Create A Paint Brush Application Using OpenCVCreating a paintbrush application is one of the most fun activity while learning computer vision and image processing with a little bit of GUI concepts. Using OpenCV for such an application saves us a lot of time by not needing to know the basics of ...Victoria Lo and 2 others are discussing this3 people are discussing thisDiscuss·132 likes·419 readsComputer VisionPythonThis is amazing 💯 3
Siddharth Chandraforchandraji.dev | Blogcodekaro.hashnode.net·Apr 25, 2021How To Make A SlideShow Using OpenCVWe have been making slideshows for most of our college/office presentations to look great while presenting using Microsoft PowerPoint, let's take this as an image processing activity and see how we can achieve slide show utility using Python's OpenCV...saurabh sharma and 2 others are discussing this3 people are discussing thisDiscuss·92 likes·290 readsComputer VisionPython
Sai Ashish KonchadaforThe Insightful Codertheinsightfulcoder.hashnode.net·Feb 10, 2021The Easiest Guide to Get You Started on Computer VisionComputer Vision is one of the hottest topics in Artificial Intelligence. From Cancer Detection to Self-Driving Cars, Computer Vision finds an application in many important aspects of our daily lives. In this article, I take you through the journey of...Discuss·76 likes·515 readsTechPython 3
Harshit JainforHarshit Jainhcodes.hashnode.net·Apr 22, 2023Discover the Power of Computer Vision: An Introduction to OpenCVWhat is open-cv and what it is used for? OpenCV is an open-source computer vision and machine learning library used for real-time image processing, object detection and tracking, facial recognition, robotics and much more, making it a powerful tool f...Discuss·10 likesopencv
AbhiprojectzforAnicodeabhiprojectz.hashnode.net·Apr 8, 2023Introducing SingularGPT - automate your device with AI VisionSingularGPT is a open source project that aims to automate complex tasks such as device automation using the latest trending LLM models that is ChatGPT & GPT-4. With 🚀 SingularGPT you can easily instruct your device such as your PC using Natural lan...Discuss·16 likesautomation
Rohit KumarforRohit's Diaryrkbolg.hashnode.net·Apr 4, 2023Color Recognition with PythonThis article will take you through a Color Recognition task with Python. We are going to create a basic application that will help us detect colours in an image. The program will let us return the RGB value, which is useful. Many graphic designers an...DiscussPython
Dhalavai NforGreen_INFO_pediagreeninfopedia.hashnode.net·Mar 21, 2023Using OpenCV, turn photos into sketches and paintings.Have you ever wished to show off your artistic talent by turning your images into a sketch or painting? You can achieve that using several built-in OpenCV methods! A strong library for computer vision and image processing is OpenCV. You will learn ho...Discuss·37 readsGeneral Programming
Yunus Temurlenkforyunustemurlenk.hashnode.net·Mar 15, 2023Linking OpenCV to Qt on UbuntuQt is a popular cross-platform application framework for developing desktop and mobile applications, while OpenCV is a popular computer vision library for image processing and analysis. Integrating these two powerful tools can enable you to create vi...Discuss·34 readsopencv
Avijit BiswasforAvizyt Blogavizyt.hashnode.net·Feb 15, 2023Getting Started with OpenCV: A Hands-on Guide(Part-1)Introduction: OpenCV (Open Source Computer Vision) is a free and open-source library of computer vision and machine learning algorithms. It was originally developed by Intel and later supported by Willow Garage and Itseez. OpenCV has C++, Python, and...Discuss·45 readsPython
Yunus Temurlenkforyunustemurlenk.hashnode.net·Feb 11, 2023In a nutshell: Short History of OpenCVToday, I want to talk about the history of OpenCV, one of the coolest computer vision libraries out there. Since you have already decided to read this, I assume that you already heard about OpenCV. OpenCV has come a long way since its humble beginnin...Discuss·27 readsComputer Vision
Unknown LegendforAyanokoujikun's Bloghanuman.hashnode.net·Feb 11, 2023OpenCV Tutorial PythonOpenCV supports images : Windows bitmaps – .bmp, .dib JPEG files – .jpeg, .jpg Portable Network Graphics – *.png WebP – *.webp Sun rasters – .sr, .ras TIFF files – .tiff, .tif Raster and Vector geospatial data supported by GDAL cv::imre...Discuss·28 readsopencv
Unknown LegendforAyanokoujikun's Bloghanuman.hashnode.net·Feb 10, 2023Unicode Error : Imread()import cv2 import numpy as np #if you get an error in path remember there are three solutions to it # It is because we are giving normal string to it # In normal string python understands that '\' is escape sequence character # img = cv2.imread(r...Discuss·29 readserror
HARSH KASATforHarsh's Blogdiduknownme.hashnode.net·Jan 29, 2023Playing AAA title games using OpenCV and Mediapipehttps://youtu.be/_ILOkUew3oU How did I get to know about OpenCV and mediapipe? Hey! I'm Harsh pursuing Computer Engineering. One day I saw one of my LinkedIn friend building a project on machine learning, and I found myself curious about machine l...Discuss·55 readsopencv