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

搜索资源列表

  1. VC++点特征提取

    0下载:
  2. Harris算法进行点特征提取
  3. 所属分类:图形图象

    • 发布日期:2010-05-16
    • 文件大小:82490
    • 提供者:sstoneluu
  1. surf特征点匹配

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

    • 发布日期:2012-06-21
    • 文件大小:1280017
    • 提供者:youwen1022
  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. imagemosic

    0下载:
  2. 针对基于图像特征点的配准方法中对应特征对难以准确提取的问题,提出一种基于兴趣 点匹配的图像自动拼接方法。该方法首先利用Harris角检测器提取两幅图像中的兴趣点,并在此基 础上采用比较最大值法提取出对应兴趣点特征对,最后利用这些匹配特征对来实现图像的拼接。实 验结果表明,这种方法能有效地去除伪匹配特征对的干扰,同时降低了误匹配的概率-Feature points for image-based registration method of the corresponding char
  3. 所属分类:Document

    • 发布日期:2017-05-13
    • 文件大小:3325719
    • 提供者:zhangjia
  1. diantezhengtiqusuanfayanjiu

    0下载:
  2. 影像特征提取是影像匹配和三维信息提取的基础,是影像分析与单像处理技术领域中最重要的任务之一。有效的特 征提取算法是影像分析与处理的关键。从点特征定义出发,叙述了两种常用的点特征提取算子———Moravec算子和Forstner 算子的原理,利用Moravec算子和Forstner算子可以实现影像点特征的提取,并从提取点特征的准确度、提取速度对两种算子 进行比较,最后得出了有益的结论。-Image feature extraction and image matching are th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:778024
    • 提供者:刘镖峰
  1. pipei

    0下载:
  2. 基于角点特征的图像匹配的几个代码~~较为详细-Corner Feature-based image matching of several more detailed code ~ ~ ~ ~ ~
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:196121
    • 提供者:Sina Gui
  1. harris-tuxiangpeizhu

    0下载:
  2. 基于harris角点特征的图像配准程序,首先改进Harris角点检测算子,以便准确提取样本图像的特征点并赋予特征描述符。-Harris corner feature based image registration procedures, the first improved Harris corner detection operator for accurate feature point extraction and sample images are given descr iptors
  3. 所属分类:Multimedia program

    • 发布日期:2017-03-29
    • 文件大小:575855
    • 提供者:杨博明
  1. HarrisCornerFeaturebasedimageregistrationprocedure

    0下载:
  2. 基于harris角点特征的图像配准程序,可以使用,效果不错 -Harris Corner Feature based image registration procedure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:549119
    • 提供者:jeffzou
  1. 基于OpenCV的角点检测

    0下载:
  2. 运行在VC++软件下的程序!对于图片的角点特征进行检测!
  3. 所属分类:Windows编程

  1. 1.5 角点特征检测

    0下载:
  2. 1.5-1 in_img=imread('long.jpg'); [posr,posc]=Harris1(in_img,0.04); 1.5-2 直接运行 1.5-3 img=imread('door.jpg'); points=harrislaplace(img); 1.5-4、1.5-5为1.5-3的子函数(1.5 1 In_img = imread (' long.jpg '); [posr, posc] = Harris1 (in_img, 0.04);
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:150528
    • 提供者:张继刚123
  1. 1.5 角点特征检测

    0下载:
  2. 用于图像检测,视频图像处理技术等。文件中有详细编码,执行即可。(For image detection, video image processing technology. File in a detailed code, the implementation can be.)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:150528
    • 提供者:新视野
  1. sigma点的代码

    0下载:
  2. 基于分割的局部Sigma语义特征点,是对场景中的语义目标进行建模。先在传统的图像分割基础上,分割出场景的前景目标,再结合像素位置、颜色、Gabor特征和LBP特征[构造出表征目标语义信息的协方差描述子,最后将其转换成欧式空间下的Sigma点特征,适用于标准SVM的场景学习和分类。(The segmentation based local Sigma semantic feature points are modeling the semantic objects in the scene. In
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:60416
    • 提供者:delphi_zmy
  1. 数字摄影测量Moravec算子点特征提取

    0下载:
  2. Moravec算子,实现对数字图像处理中的点特征提取,可用于图像拼接,特征提取,三维点生成(Moravec operator, the realization of digital image processing in point feature extraction, can be used for image stitching, feature extraction, 3D point generation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1044480
    • 提供者:LUWEI96
  1. Harris特征点检测

    0下载:
  2. 本程序成功的实现了对于给定图像的Harris角点检测,效果良好。(Harris corner detection)
  3. 所属分类:其他

  1. MoravecPoint

    0下载:
  2. 利用moravec算子实现图像的点特征提取,效果基于阈值的选择(The Moravec operator is used to extract the point feature of the image, and the effect is based on the selection of the threshold.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:18973696
    • 提供者:飞_
  1. 1.6 尺度不变特征提取

    0下载:
  2. 角点特征的特征,该小节说明角点问题,详细说明(The feature of the angular feature, which indicates the Angle point problem)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:16384
    • 提供者:daisy!
  1. sift点特征提取

    0下载:
  2. 利用sift算子进行点特征提取,并进行影像匹配(Sift operator is used to extract point features and image matching.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:135168
    • 提供者:愿者
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com