Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 927 Bytes

ColorReducer

Color Reducer using clustering
Files in this directory:
bdaproject1.jar: Executable jar file to run the program
src Folder:
1. All relevant code files where only Main function of PictureExplorer.java is modified along with description.
2. Image files
3. Sample csv files
a. output1.csv file for storing rgb values of all pixels
b. output2.csv file for storing pixels along with new assigned cluster value

How to execute the program:
1. Run bdaproject1.jar
2. Select image file from the directory. The selected image will be shown in onw window.
3. Don't close this window
4. Wait for some time. Minimize the window and then again maximize it to see new updated pixel colors.

Interpretations:
1. When compared with original image, new image has exactly five colors.