搜索资源列表
Pyramid-based-image-matching
- 金字塔分层搜索匹配,其中有GUI界面,方面用户直接输入待测图片和模板。-Hierarchical search match the pyramid, including GUI interface, the user directly measured in images and templates.
GA2
- 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, on
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
contourtrack
- matlab边界自动跟踪程序,该程序可以直接运行,涉及边界判别准则和搜索准则。图像要求为二值图像,可输出为边界的点的坐标和轮廓图像。-matlab boundary automatic tracking program can be run directly involving border criteria and search criteria. Image requirements for binary images can be output for the coordinates of
mymfc
- 图像检索界面设计代码包括图像的特征提取以及简单的检索结果-Image retrieval interface design code including image feature extraction as well as the simple search results
cc
- 1. 图像文件的格式; 2. 图像编程的基础-操作调色板; 3. 图像数据的读取、存储和显示、如何获取图像的尺寸等; 4. 利用图像来美化界面; 5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作; 6. 图像显示的各种特技效果; 7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等、图像的伪彩色、彩色图像转换为黑白图像、物体边
Contourlettransform-basedmageenhancementmethodofNo
- 基于Contourlet变换的图像增强算法,IE检索论文,有参考价值.-Contourlet transform-based image enhancement algorithm, IE search papers, a valuable reference.
cbir
- 基于内容的图像检索(cbir) 可以对图像库进行相似度计算并给出图像搜索的结果-Content-Based Image Retrieval (cbir) image library can be calculated and given the similarity of image search results
shendusousuo
- 深度搜索,可将边缘断点连接起来,多用于图像分割中和边缘检测结合使用-Depth of search, could be the edge connecting the breakpoints are used for image segmentation and edge detection used in conjunction
ImageSearch
- 以MFC为基础进行开发的一个图像搜索的软件,该软件能够在较快的时间内搜索出图片,内附测试图片-a image search written by VC++ that can use a target pic to search the siminal pics
BasedoncontentImageSearchsystemdsignandimplmentati
- 该论文具有内容图像检索功能,根据颜色,形状,纹理以达到搜索的目的。熟练应用c++语言编译代码。-The paper has content image retrieval function, according to color, shape and texture to achieve the purpose of search. Proficient in code c++ compiler.
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,
Content-basedImageRetrieval
- 基于内容(颜色)的图像检索,用VC++实现算法——欧氏距离,可以在指定的目录下搜索相似的图案,旗帜,冬景等,是图像检索的最简单的模型,感兴趣的可以下载看看。-Content-based (color) image retrieval, using VC++ algorithm- Euclidean distance, you can search the directory specified similar pattern, flags, winter landscape, are the s
CBIRsystem
- 介绍了一个基于特征的图象查询和检索系统.该系统由查询模块、特征提取和描述模块、匹配模块、图象显示模块和图象库管理模块组成.系统既支持基于颜色、纹理、形状的单一特征查询,也支持结合不同特征的更符合视觉要求的综合特征查询.该系统已结合实际图象库进行了查询和检索实验,文中给出一些实际检索结果. -Describes a feature-based image query and retrieval system. The system consists of query module, featu
Match
- 基于sift的图像间匹配点查找算法,经测试可以可以适应各种图像状况(包括各种仿射变换)。-Sift-based image matching points between the search algorithm, the tests can be adapted to a variety of image conditions (including affine transformation.)
PSO-image-segmentation-algorithm
- 为了提高算法的执行效率, 应用粒子群算法求取图像中任意两点间最短路径来定位目标边界, 并与经典的基于Dijkstra 动态规划图搜索的Liv e Wire 算法进行比较.-In order to improve the efficiency of the algorithm, particle swarm algorithm to strike any of images to locate the shortest path between two object boundaries, and
center-search
- 本代码实现的功能是图像跟踪,采用灰度相关算法实现,包含了6种相关算法程序,希望对大家有帮助。-Is the function of the code image tracking, the use of gray correlation algorithm, contains 6 procedures related algorithms, we want to help.
image-search-based-on-contour
- 这是我的毕业设计,基于轮廓的图像搜索,环境opencv2.1 vs2008,先配置好,才能运行这个程序,主要算法霍夫投票机制,搜全率和准确率还不错,欢迎下载。-This is my graduation project, profile-based image search, environmental opencv2.1 vs2008, be configured to run this program, the main operator Fahuo Fu voting mechanism,
image-clusting
- 基于灰度共生矩阵及颜色分布的相似性检索,文件中有特征提取函数、相似计算函数及GUI,拿来即可应用-Based on GLCM and color distribution similarity search, feature extraction function in the file, similar to the calculation of the function and GUI, the application can be used
Similarity-Search-via-Hashing
- 图像高维特征的hash化,大大提高检索速度-Image of high-dimensional feature hash, and greatly improve the retrieval speed