搜索资源列表
序贯相似度检测算法(SSDA)
- SSDA序贯相似度检测算法,图像匹配
matlab计算图像的相似度
- 对灰度图像进行小波变换,再对其低频子图像进行相似度的计算
content
- 一个图像匹配的程序,共有4幅图片,可以选取之一为目标图像,可以将其他三副图片按相似度大小进行排序
TextureImageRetrievalBasedonContourletTransformUsi
- Contourlet变换结合了不可分离的方向滤波组,具备小波所不能表达的多方向特性,能有效捕获自然图像的边缘轮廓信息。本文分析了图像ontourlet系数的统计特征,并利用广义高斯函数对各子带系数层进行建模。将此模型应用于基于VisTex的自建纹理图像库,采用矩匹配估计法,提取模型参数集,运用K2L距离计算图像间的相似度。对800幅纹理图像进行检索,本文方法比传统小波方法的平均检索查准率高出约2%到10%不等。实验结果表明,该方法改进了导向纹理的描述-Transform Contourlet i
get_psnr
- 这个是一个获取两个图像相似度的函数,对于图像处理和数字水印方面的编程者来说,会经常去计算两个图像的psnr值,从而来确定图像的相似度,使用matlab可以很方便的计算两个图像的psnr,但是由于matlab专业性很强,而且有没有版权保护,所以对于大批的使用VC语言的这方面的编程者,由于要经常使用而显得很麻烦。 通过调用get_psnr函数可以很方便的就得到两个图像的相似度。 -This is a similarity to obtain a function of two images
tuxiangjiansuo
- 此程序根据打开文件的相似度实现图像的检索,查找类似图片-This procedure to open the file in accordance with the similarity realize image retrieval, a similar image search
AMeasurementofColorSimilarityBasedonHSVColorSystem
- 该文给出了基于HSV 颜色空间的两幅彩色图像之间颜色相似度计算公式,它既保留了传统方法计算相似度的好处,同时克服了其缺陷。-In this paper, based on the HSV color space of the two color image color similarity between the formula, it retains the traditional method of calculating the benefits of similarity, at the
image_similarity
- 图像相似度检测,下面是直方图相交的代码,同种图片的识别率达90%以上,性能非常稳定。 程序的例子是8位(256色)位图,其他位图类似。 -Image similarity detection, the following is the histogram intersection of the code, the same kinds of picture identification rate of 90, performance is very stable. Procedures
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
histogramprocessing
- 图像比对是以原件的图像为基准,对待鉴定件图像进行预处理、定位、配准;再对原件及待鉴定件的图像进行相似度比对;计算出两者的相似度数值。 -Image than on the original image is based on identification of pieces of treated image pre-processing, positioning, registration again and to be identified on the original piece of
WeightedMedianFilterAlgorithmforImageProcessing.ra
- 提出了一种基于相似度函数的自适应加权中值滤波算法。该方法首先通过噪声检测确定图像中的噪声点,然后 根据窗口内噪声点的个数自适应地调整滤波窗口的尺寸,并根据相似度大小,巧妙地将滤波窗口内各个像素点自适应分 组并赋予相应的权重,最后对检测出的噪声点进行加权中值滤波。计算机模拟实验结果表明:该算法既能有效地滤除噪 声,又能较好地保护图像细节,比标准中值滤波具有更优良的滤波性能。-A similarity function based on adaptive weighted median
ImageRetrievalSystem
- 图像检索系统,选择一副图片,从图片库中可以找到相似度最大的十幅图片-Image retrieval system, choose a picture gallery, can be found in the similarity of the ten largest picture
cbir
- 基于内容的图像检索(cbir) 可以对图像库进行相似度计算并给出图像搜索的结果-Content-Based Image Retrieval (cbir) image library can be calculated and given the similarity of image search results
SpatioHistogram
- 基于空间直方图的图像相似度匹配算法,用opencv开发的,适合做跟踪的朋友用-Space-based histogram similarity matching algorithm, using opencv developed suitable for tracking Friend
Comparisonofimagesimilarity
- 图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果-Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis
match
- 由图像的颜色直方图求取相应的区域颜色熵,利用该信息判断出两幅图像间的相似度,可将其利用到诸如镜头检测之类的场合中-Use color histogram to calculate corresponding regional color entropy, use this information to determine the similarity between two images,which can be used to detect the occasions such as shot
measuretool_0.92
- 这种测量工具是专门用来测量非常相似的图像的相似度, (要有图像处理工具箱)-This Measuring Tool is specifically designed to measure very accurately in images, this is achieved by use of tools like imline, imellipse and impoint, which allow interactive placing and thus allow you to zoom t
ImageRegistration
- 基于图像相似度的二维灰度图像配准算法C++源代码,适合入门级的学习人员学习使用-Two-dimensional gray scale image similarity based image registration algorithm C++ source code, for entry-level learning to learn to use
peizhun
- 对图像进行相似度识别,找出你想要的图像,精确地选出相似度最高的图片(Identify the similarity of the image and find the image you want)
新建文件夹 (2)
- 这个程序是基于图像内容中的形状特征对图像相似度进行比较,最后进行相似度排序(This program compares image similarity based on the shape features in the image content, and then sorts the similarity.)