登录
首页 » Visual C++ » SiftSearch

SiftSearch

于 2009-09-28 发布 文件大小:193KB
0 148
下载积分: 1 下载次数: 301

代码说明:

  基于Sift算法开发商标图案匹配程序,(1)各个CBIR模块及其技术; (2)Sift算法及其在图像匹配、目标识别中的应用; (3)Sift算法在图像检索中的应用。 (Sift algorithm development based on pattern matching program mark (1) Each CBIR module and its technology (2) Sift algorithm and its application in image matching, object recognition application (3) Sift algorithm in image retrieval applications.)

文件列表:

SiftSearch
..........\Sift
..........\....\imgfeatures.cpp
..........\....\imgfeatures.h
..........\....\kdtree.cpp
..........\....\kdtree.h
..........\....\minpq.cpp
..........\....\minpq.h
..........\....\sift.cpp
..........\....\sift.h
..........\....\utils.cpp
..........\....\utils.h
..........\SiftExtr
..........\........\ReadMe.txt
..........\........\SiftExtr.cpp
..........\........\SiftExtr.vcproj
..........\........\SiftExtr.vcproj.NIC-SJTU.Nic.user
..........\........\stdafx.cpp
..........\........\stdafx.h
..........\SiftMatch
..........\.........\ReadMe.txt
..........\.........\SiftMatch.cpp
..........\.........\SiftMatch.vcproj
..........\.........\SiftMatch.vcproj.NIC-SJTU.Nic.user
..........\.........\stdafx.cpp
..........\.........\stdafx.h
..........\SiftMatch2
..........\..........\imgs.txt





..........\..........\keys.txt
..........\..........\out.txt
..........\..........\SiftExtr.exe
..........\..........\SiftMatch2.bak
..........\..........\SiftMatch2.cpp
..........\..........\SiftMatch2.vcproj
..........\..........\SiftMatch2.vcproj.NIC-SJTU.Nic.user
..........\..........\stdafx.cpp
..........\..........\stdafx.h
..........\SiftSearch.sln
说明.txt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fatigue_mq_block
    基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸(fatigue driving detecting)
    2014-06-22 16:36:22下载
    积分:1
  • VCPPDigital-image-processing
    VC++Digital image processing
    2017-04-17 19:23:55下载
    积分:1
  • SIFT-Panorama
    本程序利用SIFT算法实现影像匹配的基础上,实现全景图的拼接,实用性很强,大家可以把拍摄的相邻的几张有重叠度的照片拼接成一张全景图。(The program uses SIFT image matching algorithm based on the realization of panorama stitching, very practical, we can put a few have taken the overlap of adjacent photos into a panoramic mosaic map.)
    2011-05-16 02:47:18下载
    积分:1
  • keypointDetection
    点云关键点搜索,根据曲率极值法搜索关键点(PCL:keypoint detection, used for registration and segmentation)
    2017-12-28 14:02:11下载
    积分:1
  • StegoTool
    LSB替换隐写软件,该软件能把ASCII码嵌入到图像中,其载体图像是24位的BMP格式图像(LSB Steganography tool which provides hide ASCII infomation within 24-bit Bitmap images)
    2020-11-05 11:19:53下载
    积分:1
  • yj
    说明:  :针对显微图像分析、识别需要的全自动控制显微镜,研究开发其相应的图像处理算法。提 出了能量谱自动聚焦评价函数算法、自适应选取基准图的图像拼接算法、改进 Laplacian算子的多层 聚焦图像叠合算法等。该算法模块已成功地应用于所开发的CMIAS 显微医学图像分析系统中,取得 了满意的应用效果。(【ABSTRACT】For the automatic microscope required by micro-image analysis and recognition, the relevant image processing a lgorithms are investigated. Three algorithms are described: energy-spectrum image auto focusing evaluation function, image merging based on the adaptive selection of standard image and sum-modified-Laplacian (SML) operator for multi-focus image fusion. The algorithms have been applied successfully to CMIAS medical micro-optical image analysis system and testified to be feasible and effective. )
    2009-11-05 10:02:07下载
    积分:1
  • mesh_simplification
    网格简化, 将复杂的带有很多细节的物体的三维立体网格进行任意比例的简化,使得其减少点和面片的数量并保持物体的基本特征,以达到加快图像显示及压缩文件的效果。(Mesh simplification, the complex three-dimensional grid with many of the details of the object simplified in any proportion, such that it reduce the number of points and surfaces of the sheet and keep the basic characteristics of the object, in order to achieve the speed up of the image display and the effect of the compressed file .)
    2014-12-21 14:36:07下载
    积分:1
  • apple1
    上课时做的一个小程序,表达式计算程序,采用vc++,可能有点儿小瑕疵,但基本运行是没问题的(Class to do a small procedure, expression of the calculation procedure for the vc++, may be a bit small flaws, but the basic operation is no problem of)
    2016-02-15 00:51:26下载
    积分:1
  • 0999
    卡尔曼滤波是一种数据处理方法,它是一种线性最小方差无偏估计准则,基于系统 状态估计和当前观测,通过引入状态空间而获得的新的状态估计.本篇论文陈述了卡尔曼滤 波的基本思路和算法;并通过仿真,显示卡尔曼滤波的功能,以及如何用它来跟踪方向确定、速度恒定的飞行器。 (Kalman filter is a data processing method, which is a linear minimum variance unbiased estimation criteria, based on system state estimation and the current observations, obtained by introducing the state space of the new state estimate of the Kalman filter thesis statement the basic ideas and algorithms and through simulation, shows Kalman filtering functions, and how to use it to keep track of the direction determined constant speed aircraft.)
    2013-09-06 10:21:27下载
    积分:1
  • ellipsefitting
    输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。(Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.)
    2010-11-15 14:56:43下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载