Introduction - If you have any usage issues, please Google them yourself
Used as the main map for vertical statistical procedures. RGB has three coordinates, namely R, G, B, its value from 0-255. The 0-255 is divided into 4, then there are four kinds of each coordinates value, can indicate a total of 4* 4* 4 = 64 kinds of colors. Process is mainly histogram function, it has two parameters, the first a parameter is a 64-digit group, each and every one expressed a different color, its value is the number of the color appears. The other two function numbercolor is calculated for each pixel its color value, fenduan of parameters x the return of a certain period of 0-255. The main function to test a picture of the color histogram statistics.
Packet : 83390075rgb.rar filelist
颜色直方图统计\设计文档.doc
颜色直方图统计\测试图片.jpg
颜色直方图统计\颜色直方图的统计.cpp
颜色直方图统计