Left Sidebar
Showing posts with the label Python Image ProcessingShow all
How to get the RGB values from an Image using Python?
Champak Roy
Saturday, January 16, 2021
This post is a continuation from an earlier post at Reading an Image and displaying where we learned how to read an image from disk and display it. In this post we will read the dimensions of a t…
Reading an Image and displaying it using Python?
Champak Roy
Tuesday, January 12, 2021
This is the inaugural post in a new series. We will be discussing Image Processing in Python using the Open CV library. The first thing to do is to install the Open Cv library. Open the terminal in P…