https://github.com/busraoguzoglu/color-quantization-and-connected-components-analysis
Implementation of K-means algorithm for color quantization and connected components analysis algorithms from scratch
https://github.com/busraoguzoglu/color-quantization-and-connected-components-analysis
computer-vision image-processing
Last synced: 12 months ago
JSON representation
Implementation of K-means algorithm for color quantization and connected components analysis algorithms from scratch
- Host: GitHub
- URL: https://github.com/busraoguzoglu/color-quantization-and-connected-components-analysis
- Owner: busraoguzoglu
- Created: 2021-02-13T09:49:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T10:02:47.000Z (over 5 years ago)
- Last Synced: 2025-01-05T19:42:57.470Z (over 1 year ago)
- Topics: computer-vision, image-processing
- Language: Python
- Homepage:
- Size: 3.16 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Color-Quantization-and-Connected-Components-Analysis
Implementation of K-means algorithm for color quantization and connected components analysis algorithms from scratch.
Example result images were given in results folder. This work is implemented as a homework of CMPE537 Computer Vision Course of Boğaziçi University.