I implemented a working Histogram data class and Histogram plotter class ( both name are temporary ).
Histogram data class will read in an array of color, and counts the occurrence of the color value, and finally normalize the graph.
Histogram plotter class is a static class that export a JPanel drawn with the histogram with the data analyze by Histogram data class.
No comments:
Post a Comment