One of the elements of good design is the principle of least astonishment ( a.k.a principle of least surprise). A good intuitive design makes the user not think. When you see a handle on a door, ...
Search Results for: c
Computer Vision for Predicting Facial Attractiveness
Most of us have looked in the mirror and wondered how good we look. But, it is often difficult to be objective while judging our own attractiveness, and we are often too embarrassed to ask for ...
applyColorMap for pseudocoloring in OpenCV ( C++ / Python )
In this tutorial we will first show a simple way to pseudocolor / false color a grayscale image using OpenCV's predefined colormaps. We will also show a way to define a custom colormap if ...
Image Alignment (ECC) in OpenCV ( C++ / Python )
The image on the left is part of a historic collection of photographs called the Prokudin-Gorskii collection. The image was taken by a Russian photographer in the early 1900s using one of the early ...
How to find OpenCV version in Python and C++ ?
OpenCV 3.0 was released recently, and you might be thinking of upgrading your code base. OpenCV 2 code will most likely not compile with OpenCV 3 because the new version is not backwardly compatible. ...
About
My name is Satya Mallick. I am an entrepreneur who loves AI, Computer Vision and Deep Learning. Two decades back I was a novice programmer who struggled to convert ideas to code. In my quest to get ...