登录
首页 » Visual C++ » SiftSearch

SiftSearch

于 2009-09-28 发布 文件大小:193KB
0 269
下载积分: 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 个回复

  • PTZVY57
    matlab的gui设计程序,有关<信号与系统>课程的辅助教学设计(Matlab GUI design, the relevant & lt;)
    2017-08-03 04:08:10下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • Tclaaheeh
    自适应直方图均衡算法,因为是从从局部入手,所以图像增强效果显著。 (Adaptive histogram equalization algorithm, because from the start from the local image enhancement effect is remarkable.)
    2012-07-23 13:22:08下载
    积分:1
  • BMP1
    说明:  编程实现对bmp图像最大值,最小值,标准差,熵,各灰度值频率的计算(Programming to calculate the maximum value, minimum value, standard deviation, entropy and gray value frequency of BMP image)
    2020-05-02 17:30:16下载
    积分:1
  • Image-binarization
    说明:  图片自适应二值化处理,二值化处理使用简单方便。(Adaptive binarization image processing, binary processing easy to use.)
    2011-03-01 01:16:18下载
    积分:1
  • liangduzhengjia
    注意:本程序中,每点击一次“增加亮度”,图像灰度提升16;每点击一次“降低亮度”,图像灰度降低16。(Note : This procedure, every click an "increase in brightness," gray upgrade 16; Click on each of a "lower brightness," gray lower 16.)
    2006-12-05 09:50:59下载
    积分:1
  • chap01
    数字图像处理编程入门(吕风军)第一章第1章 Windows位图和调色板(Windows Bitmap and palette of the first chapter, Chapter 1 of the digital image processing program entry (Lv Fengjun))
    2012-11-01 14:06:21下载
    积分:1
  • efotoSource
    摄影测量的一个开源代码,内部含有后方交会、前方交会、相对定向、立体量测、像点匹配等功能源代码。(An Photogrametry open source project, including intersection, relative oriention, stereo measure, image matching source code.)
    2016-10-04 18:16:47下载
    积分:1
  • afdpf
    正反馈主动频率偏移法,是应用于孤岛检测的一种算法,可以减小检测盲区,加快孤岛检测速度(Positive feedback active frequency offset method is an algorithm used in islanding detection)
    2017-01-11 18:19:42下载
    积分:1
  • IFC读写代码
    IFC文件格式读取和写出源码,目前该源码是1.0版本(IFC file format reads and writes the source code, which is currently version 1.0)
    2020-09-16 14:17:55下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载