Skip to content

weichi21/Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Image Processing self-learning using Scikit-Image

https://scikit-image.org/docs/stable/api/skimage.html

Here I explore:

  1. Turning RGB image into grayscale
  2. Flipping image vertically and horizontally
  3. Extract RGB channels and visualize through histogram
  4. Using thresholding to filter image
  5. Explore Global thresholding and other thresholding techniques inside the package

Learning source : DataCamp