Skip to content

Tag Archives: Python-Mahotas

In this article, we will see how we can do convolution of the image in mahotas. Convolution is a simple mathematical operation which is fundamental… Read More
In this article we will see how we can close holes of the image in mahotas.  Closing holes means to remove the holes present in… Read More
In this article we will see how we can do conditional eroding of the image in mahotas. Erosion is one of two fundamental operations (the… Read More
In this article we will see how we can create a RGB image in mahotas. An RGB image, sometimes referred to as a truecolor image,… Read More
In this article we will see how we can get the center of mass of the image in mahotas. Center of mass” (for binary images)… Read More
In this article we will see how we can do conditional dilating of the image in mahotas. Dilation adds pixels to the boundaries of objects… Read More
In this article we will see how we can get the image cropped to the bounding box in mahotas. We can get image bounding box… Read More
In this article we will see how we can get the infocusness of each pixel in mahotas. In order to get the infocusness of each… Read More
In this article we will see how we can crop the image in mahotas. Cropping is easily done simply by slicing the correct part out… Read More
In this article we will see how we can covert rgb image to CIE L*a*b* in mahotas. An RGB image, sometimes referred to as a… Read More
In this article we will see how we can covert xyz image to rgb image in mahotas. Xyz is an additive color space based on… Read More
In this article we will see how we can covert xyz image to rgb image in mahotas. Xyz is an additive color space based on… Read More
In this article we will see how we can covert rgb image to xyz image in mahotas. An RGB image, sometimes referred to as a… Read More
In this article we will see how we can convert rgb image to gray in mahotas. An RGB image, sometimes referred to as a truecolor… Read More
In this article we will see how we can covert rgb image to sepia in mahotas. An RGB image, sometimes referred to as a truecolor… Read More