https://scikit-image.org/docs/stable/api/skimage.html
Here I explore:
- Turning RGB image into grayscale
- Flipping image vertically and horizontally
- Extract RGB channels and visualize through histogram
- Using thresholding to filter image
- Explore Global thresholding and other thresholding techniques inside the package
Learning source : DataCamp