<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://yedhu.me/</id><title>Yedhu Krishnan</title><subtitle>Software Developer • Reader • Blogger</subtitle> <updated>2025-09-27T17:17:05+05:30</updated> <author> <name>Yedhu Krishnan</name> <uri>https://yedhu.me/</uri> </author><link rel="self" type="application/atom+xml" href="https://yedhu.me/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://yedhu.me/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2025 Yedhu Krishnan </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Image Manipulation in Python</title><link href="https://yedhu.me/posts/image-manipulation-in-python/" rel="alternate" type="text/html" title="Image Manipulation in Python" /><published>2022-10-28T05:30:00+05:30</published> <updated>2022-10-28T05:30:00+05:30</updated> <id>https://yedhu.me/posts/image-manipulation-in-python/</id> <content type="text/html" src="https://yedhu.me/posts/image-manipulation-in-python/" /> <author> <name>Yedhu Krishnan</name> </author> <category term="Digital Image Processing" /> <summary>If you haven’t read the last post in the series, please read it here: The R, G, and B in an Image. Let’s see how we increase/decrease the brightness or contrast of an image and some other transformations. We already know that images are NumPy arrays in Python. All we need to do now is to perform matrix operations. Let’s start by reading a greyscale image. Image Courtesy: pexels.com import ...</summary> </entry> <entry><title>The R, G, and B in an Image</title><link href="https://yedhu.me/posts/the-r-g-and-b-in-an-image/" rel="alternate" type="text/html" title="The R, G, and B in an Image" /><published>2019-10-08T05:30:00+05:30</published> <updated>2019-10-08T05:30:00+05:30</updated> <id>https://yedhu.me/posts/the-r-g-and-b-in-an-image/</id> <content type="text/html" src="https://yedhu.me/posts/the-r-g-and-b-in-an-image/" /> <author> <name>Yedhu Krishnan</name> </author> <category term="Digital Image Processing" /> <summary>If you haven’t read the last post in the series, please read it here: Introduction to Digital Image Processing in Python. A typical color image consists of three color channels: red, green and blue. Each color channel has 8 bits and can represent 256 distinct values. Using a combination of all three channels, we can create 256 x 256 x 256 colors, which is around 16-million colors. You might ha...</summary> </entry> <entry><title>Introduction to Digital Image Processing in Python</title><link href="https://yedhu.me/posts/introduction-to-digital-image-processing-in-python/" rel="alternate" type="text/html" title="Introduction to Digital Image Processing in Python" /><published>2019-09-29T05:30:00+05:30</published> <updated>2019-09-29T05:30:00+05:30</updated> <id>https://yedhu.me/posts/introduction-to-digital-image-processing-in-python/</id> <content type="text/html" src="https://yedhu.me/posts/introduction-to-digital-image-processing-in-python/" /> <author> <name>Yedhu Krishnan</name> </author> <category term="Digital Image Processing" /> <summary>If you haven’t read the first post in the series, read it here: Lessons on Digital Image Processing. In this second part, let’s write some actual code. We will be writing all our code in Python. Python makes processing and manipulating images very easy. NumPy and SciPy packages available for Python help us to perform scientific computing, mainly operations on matrices, which is of interest to...</summary> </entry> <entry><title>Factfulness</title><link href="https://yedhu.me/posts/factfulness/" rel="alternate" type="text/html" title="Factfulness" /><published>2018-11-19T05:30:00+05:30</published> <updated>2018-11-19T05:30:00+05:30</updated> <id>https://yedhu.me/posts/factfulness/</id> <content type="text/html" src="https://yedhu.me/posts/factfulness/" /> <author> <name>Yedhu Krishnan</name> </author> <category term="Book Review" /> <summary>Step-by-step, year-by-year, the world is improving. Not on every single measure every single year, but as a rule. Though the world faces huge challenges, we have made tremendous progress. This is the fact-based worldview. Factfulness is one book I would recommend to anyone who wants to have a clear perspective about the world based on facts. It was written by Hans Rosling; a medical doctor, p...</summary> </entry> <entry><title>Lessons on Digital Image Processing</title><link href="https://yedhu.me/posts/lessons-on-digital-image-processing-1/" rel="alternate" type="text/html" title="Lessons on Digital Image Processing" /><published>2018-03-18T22:31:00+05:30</published> <updated>2018-03-18T22:31:00+05:30</updated> <id>https://yedhu.me/posts/lessons-on-digital-image-processing-1/</id> <content type="text/html" src="https://yedhu.me/posts/lessons-on-digital-image-processing-1/" /> <author> <name>Yedhu Krishnan</name> </author> <category term="Digital Image Processing" /> <summary>This is the first one of a series of posts I am planning to write about image processing. I intend this post for students who are new to the concepts of image processing. The code snippets, if there are any, will be in simple Python. If you want to learn Python, there is an interactive tutorial here. You can also check out Python tutorial on the official website. There is always room for impro...</summary> </entry> </feed>
