scikit-image-example for all basic Morphological techniques
Hi, Since this is my first exposure with open source development, while getting familiar with scikit-image morphological processing functions, I thought why not create an example (tutorial) that could walk you through all the functions and provide you with some intuitive feel about what is happening physically rather than mathematically. Although the documentation is sufficient and has an example included. This example is with a binary array. So I created some examples using images and really showing the whole procedure. So a beginner can straight away start coding with just this one document. I have included the documentation provided with functions, a sample code which shows how to implement the function (i.e. read the image, create a structuring element), show the ouput image vs the input image and some comments to give an intuitive feel for the function. Take a look and tell me if it serves the purpose. I hope this can further decrease the "familiarisation" time for skimage :) https://github.com/chintak/scikit-image-examples Thanks, Chintak
participants (1)
-
Chintak Sheth