#programing
Read more stories on Hashnode
Articles with this tag
Introduction In this article, we will explore other transformations where image erosion and image dilation stand as a base. In the previous articles...
Introduction When we talk about images, Images are more like matrices where data is stored row-wise and column-wise. Since the image is a replication...
Introduction In this article, we will try to understand the inner working of cv2.rectangle() using the NumPy module in Python. Credits of Cover Image...
Introduction In this blog article, we will learn how to crop an image in Python using NumPy as an ideal library. When we talk about images, they are...
Introduction In this article, we will learn how to invert an image using NumPy. To get some gist of this, let’s have two values 0 and 1. Here 0...
Introduction I have been practicing image processing for quite a little - manipulating the images (image matrices to be precise). In doing so, I got...