搜索资源列表
sift_vs2008
- This programs is a sift algorithm sourcefile written by Visual Studio 2008. This is written by MFC. Simply, just compile and run to use.
colorful_sift
- 由于只是利用图像的灰度信息, SIFT 算法不能很好地区分形状相似但颜色不同的物体。针对这一问题, 提出了一种基于彩色的SIFT 特征点提取算法, 并着重分析了多种彩色模型对算法性能的影响。-Since only the use of images of gray-scale information, SIFT algorithm can not distinguish between good shape similar but different colors of objects. In
GAME
- 利用SIFT检测两图片的相同点,并获 ·北京大学数字图象处理课件,封举富 ·主要内容彩色256色转灰度图,hough变 ·OPENCV手册!opencv用具很实用,广 ·功能强大的图像处理软件可以打开,关 ·ICP是用来匹配两组未知点,可以用于 ·利用opencv完成的汽车牌号识别,支 ·細線化程式,本程式源 ·图像处理算法方面编程代码汇总,请 -Detect SIFT picture using the same two points, and digita
colsift
- color sift by Jan-Mark Geusebroek. This file contains an example program to match two keypoint descr iptions.
SIFTkey
- 由于只是利用图像的灰度信息,sl 算法不能很好地区分形状相似但颜色不同的物体:针对这一问题,提出了一种基于彩 色的SIFT特征点提取算法,并着重分析了多种彩色模型对算法性能的影响?这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算:实验结果证明了该算法的有效性。-Abstract:Because only the gray scale information is utilized.the SIFT metho
siftcode
- 在图像匹配中,有很多种算法。在这众多的算法中,SIFT 算法具有良好的尺度、光 照和空间旋转的不变性,所以被广泛的应用于图像匹配当中。本文对SIFT 算法的四个主要 步骤进行了简单的介绍,并将该算法应用到多色二值压缩的压缩算法当中,提高了压缩效率 并且缩小了压缩后的存储空间。-In image matching, there are many kinds of algorithms. In many algorithms, SIFT algorithm has good scale,
ImageRetrieval
- 毕业设计,基于内容的图像检索,支持的检索特征包括 sift,颜色直方图,灰度矩阵,HU不变矩,边缘方向直方图,检索方法使用K-means和K-D树两种,需要OPENCV支持,运行时请先选定一个文件夹来生成特征库,特征库用access数据库保存,只支持JPG文件-Graduate design, content-based image retrieval, search features, including support sift, color histogram, gray matrix,
machine_version
- SIFT算法小结.doc Snake算法用于图像分割.doc 一种立体视觉系统的研发项目申报书.doc 颜色纹理识别.doc 运动目标的稳健匹配系统.doc -Summary SIFT algorithm. Doc Snake algorithm for image segmentation. Doc a stereo vision system returns R & D projects. Doc color texture recognition. Doc ro
jiyuSIFTtezhengpipeidejiankongtuxiangzidongpinjie.
- 针对不同摄像头的监控图像 ,提出了一种优化的 SIFT特征匹配的监控图像自动拼接方法。在图像整合方面 ,通过高速提取 SIFT特征描述符并进行稳定精确匹配 ,利用改进 RANS AC算法去除错配 ,从而确定待拼接图像 之间的变换参数 在图像融合方面 ,有效消除了颜色和光照差异 ,最终实现自动的无缝拼接系统。实验结果证明该方法对重叠区域小、 形变大、 有运动遮挡和噪声的监控图像有较完美的拼接效果。-Monitoring for different camera images, a SIFT f
colsift
- 颜色恒常性和sift特征算子相结合的算法,主要用于计算机视觉中的特征提取,匹配和识别等。-Characteristics of color constancy and sift algorithm combining operators, mainly for computer vision, feature extraction, matching and identification.
image-processing-csift-
- sift 改进增加了对颜色的补偿,csift算法-Csift detailed algorithm, avoid to sift the limitations of color images
CSIFTA
- 介绍基于彩色不变理论的SIFT算法(CSIFT算法)的文章,文章是英文的-Color change based on the theory introduced SIFT algorithm (CSIFT algorithm) article, the article is in English
tag
- 利用灰度共现矩阵,sift特征和HSV颜色特征实现的图像相似度计算-Use of gray level co-occurrence matrix, sift characteristics and HSV color features to achieve the image similarity calculation
sift
- 图像识别 与匹配 适用于彩色图像匹配 匹配率高 速度快 -The image recognition and matching for color image matching
SIFT_GRNN
- SIFT算法结合GRNN神经网络实现立体视频的图像颜色校正-SIFT algorithm combined with GRNN neural network algorithm for stereo video image color correction
SIFT
- SIFT图形描述子,提取出图像中的SIFT特征点,注意测试图片需要为256色灰度图-Graphic SIFT descr iptors extracted image SIFT feature points, attention needs to test a 256-color grayscale images
spatialcontextpartfirst
- 基于图像内容的图像检索代码,图像特征为颜色和SIFT特征,返回与查询图像相似的检索结果,程序绝对能够运行。-Content-based image retrieval code image, the image is characterized by color and SIFT features, similar to the query image and return search results, the program is definitely able to run.
image-forgery-with-siftand-ransac
- the folder gives information about the image forgery detection. detection is made by examining the sift and ransac features of the image. color processing is done as a preprocessing step.
sift-and-rgb2lab
- SIFT特征和RGB、Lab颜色空间,提取图像的SIFT特征,和RGB、Lab颜色空间向量-SIFT and RGB, Lab color space, image SIFT feature extraction, and RGB, Lab color space vector
colorsift
- color sift 很好的文章,很详细,详细的写了,color应该加在sift的哪个步骤里面,我已经验证了,绝对正确的(Color sift good article, detailed, detailed, color should be added to which step in the SIFT, I have verified, absolutely right)