It gives me immense pleasure to announce the best project award for our online course "Computer Vision for Faces" (cv4faces) for this semester. Why do we have a Final Project in our course? ...
Search Results for: warp
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 ...
Image Quality Assessment : BRISQUE
Photography is the favorite hobby of millions of people around the world. After all, how difficult can it be! In the words of Diane Arbus, a famous American photographer -- “Taking pictures is like ...
CV4Faces : Best Project Award 2018
It gives me immense pleasure to announce the best project award for our online course "Computer Vision for Faces" (cv4faces). These awards are given out twice a year to the top three projects ...
Feature Based Image Alignment using OpenCV (C++/Python)
In this post, we will learn how to perform feature-based image alignment using OpenCV. We will share code in both C++ and Python. We will demonstrate the steps by way of an example in which we will ...
Barcode and QR Code Scanner Using ZBar and OpenCV
In this post, we will share C++ and Python code for writing a barcode and QR code scanner using a library called ZBar and OpenCV. The Python code works in both Python 2 and Python 3. If you have ...