Posts

Sklearn at its basic and beginners guide.

Image
Introduction Scikit-image is a collection of image processing algorithms for the  SciPy ecosystem. It has Pythonic API (written in python), is well documented and aims to provide researchers and practitioners with well-tested, fundamental building blocks for rapidly constructing a sophisticated image processing pipelines. It is an open source image processing library for the Python programming language. It includes algorithms for segmentation, geometric transformations, color space manipulation, analysis, filtering, morphology, feature detection, and more. Scipy image is a part of a large ecosystem of packages and these packages communicate with each other  by a common interface which is numpy array. Therefore Scikit-image  can be used with all common packages like matplotlib , pandas etc. As for practical implementation The API is used in various industry in the field of medicine, Metallurgy , space imaging etc by researchers. Now lets get to the implementat