Image processing (part 5) Morphologic Transformations
We will see in this article the principles of erosion and dilation of images which are widely used especially during the restoration of poor quality images.
All to understand and practice A.I. in a simple way
We will see in this article the principles of erosion and dilation of images which are widely used especially during the restoration of poor quality images.
We will see in this article how to perform some basic transformations on images with scikit-image such as rotating, and changing image scale and size.
In the previous article we saw how our digital images were built and stored. This naturally brings us to the image histograms. Of course we don’t manage an image like we do for a text . Images are in fact just matrix (like a pixel map ), so first of all we need to analyse the image, and to do that we’ll take a look on the pixel histograms.