Recently I took up a small project of developing a Python package and deploying the same on PyPI. The package is based on a famous problem in Graph Theory - Mathematics i.e., Travelling Salesman Problem. Credits of Cover Image - Photo by Nicolas Van ...
Introduction The word intersection in mathematics is termed as the similar (smaller) objects between two different objects. Intuitively, we can say the intersection of objects is that it belongs to all of them. Credits of Cover Image - Photo by Benja...
Credits of Cover Image - Photo by Suzanne D. Williams on Unsplash In the previous articles on morphological transformations, we learned the two important transformations namely erosion and dilation. In this article, we will implement the other transf...
In this article, we will explore the mathematics behind the image dilation operation. Like Image Erosion, Image Dilation is another important morphological operation used to increase or expand shapes contained in the input image. Think of this as “ d...
Erosion operation is one of the important morphological operations (morphological transformations) that follows a technique of mathematical morphology for the analysis and processing of geometrical structures. To get a general idea of what erosion ha...
Image shifting is simply shifting each pixel of the image to a new position. This is a method of pixel shift used in digital cameras to produce super-resolution images. We can think of a pixel as a point in the coordinate axis to be shifted in any di...