This repository includes my work in the journey to learn Image Processing.
the repository consists of 9 labs covering fundamental topics in Image Processing.
-
Credit Card Number Extraction: by using erosion and dilation along with contours to get bounding boxes
-
Segmenting the grass from the image by calculating the distance from grass color, then apply threshold.
-
histogram automatic thresholding technique result in threshold = 89.
-
extracting glcm features from different textures then use them to identify and segment these textures in a given image like cotton, jeans, and background.