搜索资源列表

  1. VC++点特征提取

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

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

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

    • 发布日期:2012-06-21
    • 文件大小:1280017
    • 提供者:youwen1022
  1. matlab编的特征匹配(控制点)

    0下载:
  2. matlab编的特征匹配,用控制点可以进行匹配。简单的小程序,可直接运行。-Matlab series of the feature matching, control points can be used for matching. Simple small program can be directly run.
  3. 所属分类:2D图形编程

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:雷雷
  1. Untitled2

    0下载:
  2. 用harris 算子提取特征点 然后求取两帧图像之间的运动参数-Operator Feature Extraction then strike two images among the parameters of the movement
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:1024
    • 提供者:朱娟娟
  1. harris_detect

    0下载:
  2. 本程序实现打开两幅图像并且提取Harris角点,是角点特征匹配的第一步,对做立体匹配的朋友来说是一个很好的资源。-the program opened two images and extract Harris Corner, Corner is the first step to feature matching, so stereo matching pair of friends is a good resource.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-17
    • 文件大小:11872256
    • 提供者:*2000
  1. corner_opencv

    0下载:
  2. 这是一个基于opencv的角点特征点提取的程序,,希望对大家有帮助-opencv on the corner Feature Extraction procedure, and I hope to be helpful
  3. 所属分类:图形图象

    • 发布日期:2024-06-17
    • 文件大小:2488320
    • 提供者:shh
  1. harrisdetection

    0下载:
  2. harris检测图像角点特征的经典算法描述还不错效果相当好大家可以试试能不能用哦-harris corner detection image of the classic algorithm to describe the characteristics of a good effect very good we can try can not Oh
  3. 所属分类:绘图程序

    • 发布日期:2024-06-17
    • 文件大小:2048
    • 提供者:jiangcheng
  1. imagemosic

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

    • 发布日期:2024-06-17
    • 文件大小:3325952
    • 提供者:zhangjia
  1. diantezhengtiqusuanfayanjiu

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

    • 发布日期:2024-06-17
    • 文件大小:778240
    • 提供者:刘镖峰
  1. pipei

    0下载:
  2. 基于角点特征的图像匹配的几个代码~~较为详细-Corner Feature-based image matching of several more detailed code ~ ~ ~ ~ ~
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:196608
    • 提供者: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
  3. 所属分类:多媒体

    • 发布日期:2024-06-17
    • 文件大小:575488
    • 提供者:杨博明
  1. HarrisCornerFeaturebasedimageregistrationprocedure

    0下载:
  2. 基于harris角点特征的图像配准程序,可以使用,效果不错 -Harris Corner Feature based image registration procedure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-17
    • 文件大小:548864
    • 提供者:jeffzou
  1. 1.5 角点特征检测

    1下载:
  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, po
  3. 所属分类:其他小程序

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

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

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

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

    • 发布日期:2024-06-17
    • 文件大小: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. 所属分类:图形图像处理(光照,映射..)

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

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

  1. 1.6 尺度不变特征提取

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

    • 发布日期:2024-06-17
    • 文件大小:16384
    • 提供者:daisy!
  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. 所属分类:其他小程序

    • 发布日期:2024-06-17
    • 文件大小:18973696
    • 提供者:飞_
  1. sift点特征提取

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

    • 发布日期:2024-06-17
    • 文件大小:135168
    • 提供者:愿者
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org