In the first part of this series, we looked at how to open images and perform some basic manipulations using Scikit Image. This second part will introduce you to digital image filters! Digital filters for image analysis Often we need to perform some operation on our images. For example, we may want to reduce noise, […]
Image analysis
This post introduces Scikit Image, as a great tool to create automated pipelines for image analysis. In this part, I cover some basic operations such as cropping and histogram manipulation.