[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 ...
Shape Matching using Hu Moments (C++/Python)
In this post, we will show how to use Hu Moments for shape matching. You will learn the following What are image moments?How are image moments calculated?What are Hu moment invariants (or Hu ...
Find the Center of a Blob (Centroid) using OpenCV (C++/Python)
In middle school, we learned about various shapes in geometry. It was relatively easy to find the centers of standard shapes like the circle, square, triangle, ellipse, etc. But when it came to ...
Deep Learning based Character Classification using Synthetic Dataset
This summer I am doing an internship at Big Vision LLC under the guidance of Dr. Satya Mallick. In this post, I will describe the problem I was asked to solve to qualify for the internship. For a ...