Transfer Learning has revolutionized the way we approach image classification in PyTorch. Recently PyTorch has gained a lot of popularity because of its ease of usage and learning. Andrej Karpathy, ...
Search Results for: c
Kickstarter: AI Courses by OpenCV.org
Overview OpenCV.org, in partnership with Big Vision LLC (owner of LearnOpenCV.com) has launched a Kickstarter campaign to create 3 Computer Vision courses. There are many benefits of buying these ...
Hangman: Creating games in OpenCV
As beginners in OpenCV, it is a daunting task to read beautiful yet complicated projects and codes. But fear not! In this post, we will guide you through a fun project which uses very basic Computer ...
Face Recognition – Introduction for Beginners – Nearly Everything You Need to Know
Face Recognition is a computer vision technique which enables a computer to predict the identity of a person from an image. This is a multi-part series on face recognition. This post will give us ...
Image Inpainting with OpenCV (C++/Python)
In today's post we will describe a class of region filling algorithms called image inpainting. Imagine finding an old family photograph. You scan it and it looks great except for a few ...
Hough Transform with OpenCV (C++/Python)
[latexpage]In this post, we will learn how to detect lines and circles in an image, with the help of a technique called Hough transform. What is Hough transform? Hough transform is a feature ...