© 2023 Hashnode
#computer-vision
Introduction In today's rapidly evolving digital landscape, businesses are increasingly relying on cloud-based services to streamline their operations, enhance productivity, and drive innovation. Five key services that have emerged as game-…
Learning about computer vision, I found OpenCV. OpenCV is a library for real-time applications of computer vision. This is a cross-platform developed by Intel. Originally, OpenCV library was written i…
Computer Vision is the sub branch of AI that focuses on the problem of teaching computers to see. Like other types of AI, computer vision seeks to perform and automate tasks that replicate human capa…
In today's rapidly evolving technological landscape, terms like Artificial Intelligence (AI), Machine Learning (ML), Deep Learning, Computer Vision, and Natural Language Processing (NLP) have become increasingly common. While they are often…
We now live in an age where you no longer need to buy a $400 printer to scan documents. Tools like Adobe Scan and CamScanner allow you to do it straight from your phone! Web developers are constantly …
Image thresholding and filtering are two of the most basic image processing techniques. Thresholding is used to convert an image into a binary image, where pixels are either black or white. Filtering …
Introduction: In today's rapidly evolving world of technology, machines that can understand and interpret human gestures have become a fascinating area of research. Hand gestures recognition, powered …
This project was done in collaboration with Dr. Emilia Trudnowska from the Department of Marine Ecology at the Institute of Oceanology Polish Academy of Sciences. Her work is primarily focused on Arctic zooplankton, its distribution, size s…
What are pixels? Pixels are the smallest units of a digital image or display that can be individually addressed and manipulated. They are represented by small squares or dots of colour, and when combined in a grid, they form a complete im…
Introduction Hello! 😃 In this tutorial I will show you how to use Python and YOLO-NAS to detect objects in both images and videos. 😎 YOLO-NAS is the faster and more accurate then it's predecessors. …