In my previous post I provided step by step instructions on how to install NVIDIA DIGITS 3 on Amazon EC2. In this post, we are going to use an Amazon Machine Image (AMI) that I have configured for ...
Search Results for: c
NVIDIA DIGITS 3 on EC2
So you have heard a lot about Deep Learning and Convolutional Neural Network, and you want to quickly try it out. But before you dive into the theory you want to get your hands dirty. And you don't ...
Filling holes in an image using OpenCV ( Python / C++ )
In this tutorial we will learn how to fill holes in a binary image. Consider the image on the left in Figure 1. Let's say we want to find a binary mask that separates the coin from the background ...
Delaunay Triangulation & Voronoi Diagram Using OpenCV ( C++ / Python )
In a previous post I discussed two libraries for facial landmark detection, and had pointed to several interesting applications like Face Morphing, Face Replacement etc. that use facial landmarks. In ...
OpenCV (C++ vs Python) vs MATLAB for Computer Vision
We often confuse our tools for our craft. Tools help you practice your craft, but they do not make you a good craftsman. A good craftsman has many different tools in her pocket, and she judiciously ...
Facial Landmark Detection
Who sees the human face correctly: the photographer, the mirror, or the painter? -- Pablo Picasso If Picasso was alive today, he would have definitely added one more profession to that list -- a ...