Posts

Showing posts with the label Image recognition

Basics of Image Processing in Python

Image
Writing today’s article was a fascinating experience for me and would also be for the readers of this blog. What’s so different? Two things: firstly the article is about something I always wanted to do since I was a 5-year old; secondly this topic / tools / algorithm is new to me as well. I am no way a master of image processing, but the utility of this field simply blew my mind. Imagine, if you can create an application of auto-tagging a photograph as that of Facebook, or create your own face recognition password to your laptop. In this article, I will pick up a very simple but interesting application of Image processing. We will use Python to do the image processing.  In the next few articles, I will take over more complex examples of Image Processing. Here is the problem I will be working on in this article: Problem Statement Guess what is this image? You are right, it’s a typical picture of an open sky. I took this picture last to last night in Bangalore f...

Popular posts from this blog

How to download a file using command prompt (cmd) Windows?

The future of Artificial Intelligence: 6 ways it will impact everyday life

Angular 9 - User Registration and Login Example & Tutorial