Images segmentation by thresholding using Otsu's method, and RGB to intensity conversion using various methods. Through this project I didn't use any advanced libraries (such as numpy, pandas, etc) for computations and algorithms. Libraries are used ONLY for reading/displaying images and plots.
-
Notifications
You must be signed in to change notification settings - Fork 0
OlaPietka/Thresholding-Segmentation-from-scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Images segmentation by thresholding using Otsu's method, and RGB to intensity conversion using various methods from scratch