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

搜索资源列表

  1. IMAGE-matching

    0下载:
  2. 用MATLAB来实现简单图像特征点提取和匹配-Using MATLAB to implement a simple image feature extraction and matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:959754
    • 提供者:lvhaixia
  1. ransac_new

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

    • 发布日期:2017-04-05
    • 文件大小:3951
    • 提供者:张亚杰
  1. zfdg

    1下载:
  2. 图像中角点(特征点)提取与匹配算法,对于两幅相似的图像,通过角点检测算法,进而找出这两幅图像的共同点,从而可以把这两幅图像合并成一幅图像。(含程序)-Image corners (feature points) extraction and matching algorithms for two similar images by corner detection algorithm, and then find the two images in common, which can merge
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2953888
    • 提供者:范启跃
  1. SIFT_VC

    0下载:
  2. 本代码提供了SIFT算法提取特征点的同时又进行特征点匹配工作,同时还有相关注释说明-The code provides a SIFT algorithm to extract feature points matching feature points also work, as well as the relevant explanatory notes
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:645905
    • 提供者:liuyu
  1. SIFT

    0下载:
  2. 用matlab写的sift算法的全过程,用于提取特征点,是图像识别的一种好算法-The algrithm of sift
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:46772
    • 提供者:
  1. based-on-Feature-Tracking

    0下载:
  2. 基于特征点的跟踪,跟踪效果还不错,可以进行改进-Based on the tracking feature points, tracking results were pretty good, can be improved
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:8561
    • 提供者:yang
  1. match_version_1.3

    0下载:
  2. 该程序主要功能是实现两幅图像特征点的匹配。首先用harris角点检测算法检测出图像角点,然后使用ssd算法筛选匹配的角点,最后将匹配的角点用线连接起来-The program is to achieve two main functions of image feature points of the match. First, with harris corner detection algorithm to detect image corners, then use the ssd cor
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1181360
    • 提供者:郭甜莉
  1. pj

    0下载:
  2. 图像配准的简单运行,有坐标轴,获取特征点(image registration of simple operation, coordinate axis, access to feature points)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:13312
    • 提供者:万叨叨
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. SIFT

    1下载:
  2. 用于图像提取特征点,并记录特征点的坐标位置(Used for image extraction feature points)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:2857984
    • 提供者:笨笨余
  1. aasthana_cvpr2013_code_version_1.0

    0下载:
  2. 对正脸进行特征点提取,方便其用于三维重建。。。。(For face feature extraction)
  3. 所属分类:图形图像处理

  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. siftDemoV4

    0下载:
  2. 通过sift算法,提取两幅图像的特征点并进行匹配,适应旋转,仿射,缩放等变化(The feature points of two images are extracted and matched)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:891904
    • 提供者:happydywtb
  1. code

    0下载:
  2. MFC;影像匹配、特征点提取、影像相关、最小二乘;亲测可用,有源码!(MFC; image matching, feature extraction, image correlation, least squares, pro test available, source code!)
  3. 所属分类:图形图象

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

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

  1. siftDemoV4 - 副本

    0下载:
  2. sift用于特征点的匹配,具有尺度不变性,自己写的demo,将图片路径改一下,绝对可用!(Sift is used to match feature points, and has scale invariance)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:3051520
    • 提供者:佳佳费
  1. Harris

    0下载:
  2. 简单基于VS2013的Harris特征点提取(openCV库)(Simple Harris feature point extraction based on VS2013 (openCV library))
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:3739648
    • 提供者:波波球
  1. 代码 特征点匹配目标提取

    0下载:
  2. 利用OpenCV以及vc++实现对物体特征点匹配目标的提取,(Using OpenCV and vc++ to achieve object feature point matching target extraction,)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:momo12
  1. quickly match

    0下载:
  2. 基于亮度/色彩一致性,在SURF算法的基础上提出了一种快速图像特征点匹配算法,可以缩小特征点匹配所需的运行时间,提高正确匹配率。(Based on the brightness / color consistency, a fast image feature point matching algorithm based on SURF algorithm is proposed, which can reduce the running time of feature point matchi
  3. 所属分类:OpenCV

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:落尘薇
  1. matlab指纹特征提取[1]

    0下载:
  2. 实现指纹图像的细化。 实现指纹图像的特征点提取。 实现特征图像的细化去伪。 编写代码实现上述功能。(The thinning of the fingerprint image is realized. The feature point extraction of fingerprint image is realized. To realize the refinement of the feature image. Write the code to implement t
  3. 所属分类:MySQL数据库

    • 发布日期:2018-01-08
    • 文件大小:173056
    • 提供者:yzm1234
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com