In this article we will see how we can get the eccentricity of the image in mahotas. Eccentricity measures the shortest length of the paths… Read More
Tag Archives: Python-Mahotas
In this article we will see how we can do template matching in mahotas. Template is basically a part or structure of image. In this… Read More
In this article we will see how we can do stretching for RGB image in mahotas. Contrast stretching (often called normalization) is a simple image… Read More
In this article we will see how we can do image stretching in mahotas. Contrast stretching (often called normalization) is a simple image enhancement technique… Read More
In this article we will see how we can apply median filter to the image in mahotas. The median filter is a non-linear digital filtering… Read More
In this article we will see how we can get the appropriate structuring element of the image in mahotas. A structuring element is a matrix… Read More
In this article we will see how we can apply mean filter to the image in mahotas.Average (or mean) filtering is a method of ‘smoothing’… Read More
In this article, we will see how we can apply majority filter to the image in mahotas. In Majority filters for each group of pixels… Read More
In this article we will see how we can find local maxima of the image in mahotas. Local maxima is basically local peaks in the… Read More
In this article we will see how we can find local minima of the image in mahotas. Local minima is basically local peaks in the… Read More
In this article we will see how we can apply 2D laplacian filter to the image in mahotas. A Laplacian filter is an edge detector… Read More
In this article we will see how we can histogram of the image in mahotas. An image histogram is a type of histogram that acts… Read More
In this article we will see how we can resize the image in mahotas. Image interpolation occurs when you resize or distort your image from… Read More
In this article, we will see how we can get regional minima of images in mahotas. Regional minima is a stricter criterion than the local… Read More
In this article, we will see how we can get regional maxima of images in mahotas. Regional maxima is a stricter criterion than the local… Read More