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

搜索资源列表

  1. 位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++

    0下载:
  2. 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-04-09
    • 文件大小:15714
    • 提供者:tr0217
  1. imagemosic

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

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

    0下载:
  2. 基于角点提取的特征点匹配算法研究!特征点用uSan算子提取!-Corner Detection Based on Feature Points Matching Algorithm! Feature Point Extraction using uSan operator!
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6583914
    • 提供者:姜利
  1. HarrisCorner

    0下载:
  2. 采用Harris角点检测算子进行图像特征点的提取。-Use harris corner-detector to extract the features in a given image.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2923514
    • 提供者:晴天
  1. Max_CCM

    1下载:
  2. 用于图像配准,角点提取后采用相关系数法进行特征匹配-For image registration, corner detection using correlation coefficient method after the feature matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:673
    • 提供者:吴向龙
  1. tuxiangpeizhun

    0下载:
  2. 使用VC++编程,自动检测角点,实现图像配准,代码可用。-Automatically detect the corner points, for image registration, the code is available.
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:4024728
    • 提供者:于磊
  1. harris.m

    0下载:
  2. 检测图像角点特征,学习matlab应用程序,学习计算机视觉基础知识(Detection of image corner features)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:谢大海
  1. Harris

    0下载:
  2. 对图像进行角点检测,带注释,图片请另行添加(Corner detection of images, annotated ,Please add a new picture)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:221184
    • 提供者:嘻1
  1. cornerHarris

    0下载:
  2. 对于一幅灰度图像,找到角点的位置,并圈出角点的位置。(For a grayscale image, the position of the corner point is found and the position of the corner point is circled.)
  3. 所属分类:图形图像处理

  1. ScaleInvariantHarris

    0下载:
  2. 对图像进行尺度适应性Harris角点检测(scale invariant Harris Corner detector)
  3. 所属分类:图形图象

    • 发布日期:2018-04-28
    • 文件大小:92160
    • 提供者:SHC2012377
  1. corner

    0下载:
  2. 通过将图像二值化,找到目标对象,检测目标对象中的角点并标记(By two values of the image, the target object is found, and the corner points in the target object are detected and marked)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:yingbai18
  1. CSDN_JIAODIANJIANCE

    0下载:
  2. 该程序能够对提供的图片中的角点进行很好的检测,实际图片可以根据自己的需要进行选择,在matlab2014a中正常运行(The program can detect corners in the pictures provided, and the actual pictures can be selected according to their needs, and run normally in matlab2014a.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:幽暗天琴
  1. 1.6 尺度不变特征提取

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

    • 发布日期:2018-04-18
    • 文件大小:16384
    • 提供者:daisy!
  1. conerdetection

    0下载:
  2. 是.m文件,详细介绍了角点检测的方法,便于新手理解算法。(The harris conner detection is very popular .so it is nessary to understand this algorithm.)
  3. 所属分类:其他

  1. Harris

    0下载:
  2. Harris角点检测算子,基于VS2013和OpenCV2.4.13,包含代码和项目文件,VS版本不同可打开头文件和cpp文件,复制代码即可(Harris corner detection operator, based on VS2013 and OpenCV2.4.13, including code and project files,if different VS version,you can open the header file and cpp file,copy the cod
  3. 所属分类:OpenCV

    • 发布日期:2018-05-02
    • 文件大小:5120
    • 提供者:安定坊
  1. Harris角点检测

    0下载:
  2. Harris角点检测 内涵完整程序 已运行(harris corner detection Connotations complete program Already running)
  3. 所属分类:图形图像处理

  1. libcbdetect

    1下载:
  2. 基于生长的棋盘格角点检测方法,参考论文《Automatic Camera and Range Sensor Calibration using a single Shot》(Based on the growing checkerboard corner detection method, refer to the paper "Automatic Camera and Range Sensor Calibration using a single Shot".)
  3. 所属分类:图形图象

    • 发布日期:2019-08-05
    • 文件大小:6138880
    • 提供者:ccm1143995386
  1. HARRIS角点

    1下载:
  2. 这个文件是HARRIS的角点算法实现,并且将其精度提升至亚像素级
  3. 所属分类:3D图形编程

  1. harris

    1下载:
  2. 使用python语言实现对灰度图像的角点检测,并实现匹配(Corner detection and matching of gray image using Python language)
  3. 所属分类:其他

    • 发布日期:2021-04-20
    • 文件大小:2048
    • 提供者:lala123456
  1. 哈里斯角点

    0下载:
  2. 哈里斯角点是在任意方向上移动(u,v),都会有很明显的变化。如下图一个局部很小的区域,如果是在图片区域中移动灰度值没有变化,那么窗口内不存在角点。如果在某一个方向上移动,一个发生很大变化而另一侧没有变化,那么说明这个区域是位于该对象的边缘区域。
  3. 所属分类:3D图形编程

    • 发布日期:2020-06-19
    • 文件大小:5707
    • 提供者:weniaw@163.com
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com