搜索资源列表
基于粒子滤波和颜色直方图的目标跟踪的代码
- 用粒子滤波和颜色直方图对目标实现跟踪,经测试有效。。。 颜色直方图:6*6*6 粒子数目:300 跟踪速度:实时
基于颜色的图像检索算法 (VC++ )
- 基于图像颜色直方图的检索方法,用VC6.0实现的,希望对大家有帮助
VC6.0+OPENCV,用以实现图片的颜色直方图计算
- VC6.0+OPENCV,用以实现图片的颜色直方图计算。,VC6.0+ OPENCV, to achieve the picture of the color histogram calculated.
VC.rar
- 开始检索”调用DoBrowse------功能:用于管理ListBox(1)首先取出处理的起始目录路径 (2)调用SiapCariRecursive来对目录中各文件进行处理,这里面又分好几层关系。 (a)锁定一些暂时不用的按键,使在检索处理过程中,不让用户操作,乱按。 (b)调用CariRecursive函数:功能是分别提取目录中各个文件,并进行计算颜色直方图。这个函数又分下面几层: (i)循环递归调用CariRecursive,找到所选目录下是否有子目录,有子目录进入子目录先处理 (
ImageComparator.rar
- 实现了比较两图像的相似度,先转化为相同大小,然后生成图像的颜色直方图,最后比较两直方图的相似度,To realize the similarity of two images, first into the same size, and then generate the image color histogram, and finally compare the similarity of two histograms
lly.rar
- 对图像进行边界去除的处理,提取出其HSV颜色直方图。,Image processing to remove the border, to extract the HSV color histogram.
ColorHistogram.rar
- 图像颜色特征的提取:HSV颜色直方图 描述的是图像的整体颜色情况。本程序采用非均匀量化方法得到36bin的颜色直方图。,Image Color Feature Extraction: HSV color histogram describes the situation of the image' s overall color. This procedure using non-uniform quantization method the color histogram 36bin.
extractFeatures.zip
- 图像特征提取,包括:颜色直方图,颜色矩,边缘直方图,Gabor小波变换,局部二值图,GIST。,Image feature extraction, including: color histogram, color moment, the edge histogram, Gabor wavelet transform, partial binary image, GIST.
colorhistgram
- 获得目标的颜色直方图,并利用巴氏距离比较两颜色直方图间的相似性。-Get color histogram
similaritymeasurement
- 利用matlab实现两幅图像之间的相似性度量,主要是基于颜色直方图-Between two images using matlab to achieve similarity measure is mainly based on color histogram
39709592CBIR-matlab
- 基于内容的图像检索主颜色直方图的提取,从图像的获取到直方图现实到特征的提取,最后根据图像检索出与所给图像最相似的图像。-Content-based image retrieval dominant color histogram extracted from the images to get to the real histogram feature extraction, the last based on the image to retrieve the image with the m
hist
- 用opencv实现图像灰度直方图。通过颜色空间转换也可以画出颜色直方图。-Image with opencv histogram. Through color space conversion can also be painted the color histogram.
1921682144200851584038333272
- VC++实现图像检索技术 a) 采用颜色检索方法的目的: b) 利用颜色直方图进行检索:-VC Image Retrieval a) color retrieval method purpose : b) the use of color histogram retrieval -VC++ Achieve image retrieval technology a) the use of color retrieval methods aim of: b) use of color histogr
NggolekiGinambaran2.0
- 改进版的基于颜色直方图的图像检索系统 主要用来识别非法图像-Improved version of the color histogram-based image retrieval system is mainly used to identify illegal images
colorcloud
- 我们通常是对彩色图像提取颜色直方图作为特征向量,此程序是对彩色图像提取彩色云,希望对大家的学习有帮助!-We usually extract color images on color histogram as feature vectors, this procedure is to extract color images of color clouds, and they hope to learn from everyone
imageretrieval
- VS2005编写图像检索程序,包含颜色直方图检索,颜色对检索,颜色聚合向量。颜色矩等-VS2005 prepared image retrieval process, including color histogram retrieval, the color of the search, the color vector polymerization. Color moments, such as
cbir
- 用的是局部颜色特征,再说细点是用里面的区域颜色直方图的方法。把图像归一化到256X256,把图像分成4X4块,计算16个区域的颜色直方图、、、 最后计算相似度是用欧氏距离.-Using local color feature, repeat fine-point is inside the regional color histogram method. The normalized image to 256X256, the image is divided into 4X4 blocks
基于颜色直方图的视频镜头分割
- 基于颜色直方图的视频镜头分割.很棒的啦啦啦啦啦啦啊(Video shot segmentation based on color histogram)
显示_图片颜色分布直方图(图片相似程度判断)
- 软件用于分析给出图片的颜色直方图,可以进一步改进,用来分析两张图片的相似度(后期自己完成即可)(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).)
基于颜色直方图的图像检索
- 基于颜色直方图的图像检索,hsv颜色空间,非均匀量化(Histogram-Based Image Retrieval)