搜索资源列表
C++
- 用VC++实现图像检索技术基于子块颜色直方图方法的程序实现
yan
- 显示所选彩色图像的原始图像和颜色直方图 编程对颜色直方图的颜色多少按大小排序,取前n个(分别取1、2、5、8、16)值对应的颜色编号,作为图像的n个主色调,可实现 显示出n种色调,本文选择5种
zuoye
- 图像的处理,包括图像的反色、颜色直方图、输入图像等
RGB
- 用如求直立主图统计程序。RGB有3个座标,分别是R,G,B,其值从0-255。把0-255分成4段,那么每个座标有4种取值,共可以表示4*4*4=64种颜色。程序中主要是histogram函数,它有两个参数,第1个参数是一个64位数组,每一位表示一种颜色,其值是该颜色出现的次数。另外两个函数numbercolor是对每个像素计算它的颜色值,fenduan是对参数x返回0-255中的某一段。主函数测试一副图片的颜色直方图的统计。
colorHist把图像分为HSV三个平面画成直方图
- OpenCV读入一个图像,然后把图像分为HSV三个平面,把它们的颜色分布画成直方图,在窗口中显示-OpenCV reads an image, then the image is divided into three planes HSV, they painted the color distribution histogram, shown in the window
chap02
- ch2_1_1:查看直方图 ch2_2_1:显示图像 ch2_3_1:添加颜色条 ch2_3_2:图像的单帧显示 ch2_3_3:图像的多帧显示 ch2_3_4:图像的动画显示 ch2_3_5:灰度图像的动画显示 ch2_3_6:纹理映射 ch2_3_7:一个图形窗口中同时显示2幅图像 -ch2_1_1: Show histogram ch2_2_1: display images ch2_3_1: Add color article ch2_3_2: sin
2
- 基于颜色直方图的方法以上是具体实现设想,程序实现如下-Color histogram-based method is more than the specific implementation is envisaged that implementation procedures are as follows
based_on_the_color_histogram_of_the_radius_and_ang
- elecfans.com-基于颜色块的半径和角度直方图的图像检索-elecfans.com-block based on the color histogram of the radius and angle of image retrieval
color
- 针对颜色直方图和颜色矩无法表达图像色彩的空间位置的缺点,Pass提出了图像的颜色聚合向量(color coherence vector,CCV)。它是颜色直方图的一种演变,其核心思想是将属于直方图每一个bin的像素进行分为两部分-For color histogram and color moments for color images can not express the shortcomings of spatial location, Pass a polymerization vect
C
- 在C/C++环境下实现输出直方图,颜色和填充模式可自行设置-realize a beautiful graphics
program4
- 利用色彩空间的转换(RGB到LAB),并结合图像的颜色直方图分布,对彩色图像进行图像分割-Using the color space conversion (RGB to LAB), and combined with the color histogram of the image to segment thecolor images
显示_图片颜色分布直方图(图片相似程度判断)
- 软件用于分析给出图片的颜色直方图,可以进一步改进,用来分析两张图片的相似度(后期自己完成即可)(The software is used to analyze the color histogram of the picture, which can be further improved to analyze the similarity of the two pictures (later completed by themselves).)