CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 特征点

搜索资源列表

  1. 特征点检测源码及运行指南

    0下载:
  2. 特征点检测源码及运行指南matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-11-30
    • 文件大小:130124
    • 提供者:jianguo
  1. SIFT特征点匹配

    0下载:
  2. 经典的SIFT特征点匹配算法
  3. 所属分类:3D图形编程

    • 发布日期:2011-08-16
    • 文件大小:758933
    • 提供者:tasteyou
  1. 图像特征点分布均匀性的评价方法

    1下载:
  2. 图像特征点分布均匀性的评价方法
  3. 所属分类:编程文档

  1. 一种基于图像显著特征点的检索算法

    1下载:
  2. 摘要提出一种基于图像显著特征点的检索算法.首先给出一种具有一定自适应能力的显著特征点的提取算 法,即采用改进的图像的块逆概率差模型来提取原图像的块逆概率差图像(DBIP图像).在此基础上,根据BDIP图 像中像素的分布特点来提取图像的显著特征点.然后以它们为线索,把图像的形状特征和空间颜色分布特征有机 结合起来进行检索.该算法不仅克服利用兴趣点检索时的缺点,而且降低传统显著点提取算法的复杂度,又包含一 定的形状信息,具有较好的检索效率.实验结果表明,该算法是有效的. 关键词基于内容的图
  3. 所属分类:报告论文

    • 发布日期:2012-03-26
    • 文件大小:475888
    • 提供者:lucktojua
  1. surf特征点匹配

    2下载:
  2. 很好的特征点匹配算法—surf,性能好于harris和sift,并且使用C++和matlab混合编程,速度更快,更加准确!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-06-21
    • 文件大小:1280017
    • 提供者:youwen1022
  1. 基于OpenCV的Harris图像特征点提取

    2下载:
  2. 基于OpenCV的Harris图像特征点提取,在VC++6.0下调试通过,可以运行,OpenCV image based on the Harris feature point extraction, in VC++6.0 under the debugger through, you can run
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-09-04
    • 文件大小:389709
    • 提供者:李施
  1. 自己用matlab写的sift特征点检测与匹配程序

    3下载:
  2. 自己用matlab写的sift特征点检测与匹配程序,运行能通过,Matlab write themselves sift feature points detection and matching program, run through
  3. 所属分类:2D图形编程

    • 发布日期:2015-09-09
    • 文件大小:25830
    • 提供者:dubingxin
  1. 基于特征点医学图像图像配准算法

    6下载:
  2. 用matlab编写的基于特征点医学图像图像配准算法,Prepared using matlab medical images based on feature points, image registration algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-06-19
    • 文件大小:337612
    • 提供者:wangdenuan
  1. SURF-V1.0.9-WinDLL.基于SURF特征点的图像配准代码

    1下载:
  2. 基于SURF特征点的图像配准代码,可实现两幅图的特征提取及匹配,SURF feature points based on image registration code
  3. 所属分类:图形图象

    • 发布日期:2017-04-09
    • 文件大小:2074993
    • 提供者:yimeng
  1. sift-match.sift特征点提取代码

    5下载:
  2. sift特征点提取代码和对两幅图像提取特征点后进行特征点匹配,可用于图像拼接等。c和matlab代码都有,sift feature point extraction code and the two images after the extraction of feature points matching feature points that can be used, such as image stitching. both c and matlab code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-05-13
    • 文件大小:376098
    • 提供者:purple_ice
  1. SIFT.用sitf算法抽取图像之间的特征点来实现图像匹配

    0下载:
  2. 用sitf算法抽取图像之间的特征点来实现图像匹配。,Sitf extraction algorithm using the feature points between images to achieve image matching.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-09
    • 文件大小:1368379
    • 提供者:谷永山
  1. ransac.rar

    1下载:
  2. ransac,随机抽样一致性算法,应用在图像处理特征点匹配中。,ransac, random sample of the consistency algorithm used in image processing feature point matching.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:226971
    • 提供者:李明
  1. matlab_register.rar

    1下载:
  2. 使用matlab工具箱进行的图像配准,需提取特征点来实现配准,Using matlab toolbox for image registration, extraction of feature points needed to achieve alignment
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:21674
    • 提供者:sient
  1. 用opencv类库两副图像的特征点匹配

    6下载:
  2. 两副图像的特征点匹配,其中用了opencv类库,功能包括:特征点的亚像素精度检测,特征点初始匹配,基本矩阵计算及对极约束引导匹配等。matcher.rar网上的都是有错误,而且缺少类库,我把错误改正了,把所有需要的类库都加上了,现在已经编译通过,保证能运行!希望大家喜欢,2 points, matching the characteristics of images, which used the opencv library, features include: Feature Point D
  3. 所属分类:图形图象

    • 发布日期:2016-01-25
    • 文件大小:15229396
    • 提供者:star
  1. code.rar

    0下载:
  2. 一个基于特征点的的模型分割的程序,功能很全,A feature point based on segmentation of the model procedures, functions very wide
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1485603
    • 提供者:michael
  1. C#提取特征点并进行图像匹配

    2下载:
  2. 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)
  3. 所属分类:其他

  1. sift特征点检测

    0下载:
  2. sift特征点检测的测试代码,效果还可以,大家可以试试(SIFT feature point detection test code, the effect can be, we can try)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:14999552
    • 提供者:Peerless
  1. 基于C语言的特征点提取程序

    0下载:
  2. 本程序是利用C语言对各种信号数据的特征点提取程序,利用C语言来实现。(This procedure is the use of C language for a variety of signal data feature extraction procedures, using C language to achieve.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-30
    • 文件大小:2288640
    • 提供者:昔勤
  1. 基于MATLAB特征点提取程序

    0下载:
  2. 本程序是利用matlab对特征点提取程序,可以实现各种波形的特征点提取。(This procedure is the use of MATLAB feature extraction procedures, you can achieve a variety of waveform feature points extraction.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:昔勤
  1. Hough3D特征点提取

    2下载:
  2. 可以用来提取Hough3D特征点,用于下一步的点云配准
  3. 所属分类:3D图形编程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com