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

搜索资源列表

  1. jiaodianMUTLAB

    0下载:
  2. 数字图像处理,用matlab实现图像角点的提取。内带有两片关于角点提取说明的PDF文件-Digital image processing, with matlab for image corner extraction. In with two shows on the corner of the PDF file extraction
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:579217
    • 提供者:二维
  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. harjiaodianjiance

    0下载:
  2. Harris角点检测算 法是在Moravec算法的基础 上提出的。Moravec角点检测算法的思想是: 在图像中 设计一个局部检测窗口,当该窗口沿各个方向作微小移动时 ,考查窗 口的平均能量变化,当该能量变化值 超过设定的阈值时,就将窗口的中心像素点提取为角 点。-Harris corner detection algorithm is based on the algorithm in Moravec' s. Moravec corner detection algorithm idea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1841
    • 提供者:
  1. CSSNCC

    0下载:
  2. CSS对边缘图像进行特征点提取然后用改进的NCC算法进行匹配-Using CSS in edge to extract image feature point and then using the modified NCC to match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:102570
    • 提供者:FDN
  1. FAcquire

    0下载:
  2. 本程序主要完成图像的角点提取、图像的匹配为图像的三维重建打下基础-The program mainly to complete the image of the corner extraction, image matching image reconstruction for the basis
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5023647
    • 提供者:lzg
  1. Moravec

    0下载:
  2. 作用是提取图像角点,用于图像特征匹配的算法。Moravec为经典算子了。(Extracting image corner points for image feature matching algorithm.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:5405696
    • 提供者:huang918819
  1. Forstner

    0下载:
  2. 使用forstner算子进行图像特征点提取(forstner for feature extraction)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:1024
    • 提供者:aaxx
  1. wjyView

    0下载:
  2. 图像特征点提取Moravec 图像特征点提取Forstner算法(Image feature point extraction, Moravec image, feature point extraction, Forstner algorithm)
  3. 所属分类:图形图象

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:
  1. 从滞回曲线提取骨架曲线点Matlab程序

    2下载:
  2. 钢筋混凝土低周往复加载试验从滞回曲线提取骨架点(Skeleton point extraction of hysteresis curve)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:白开水665
  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. code1

    0下载:
  2. 特征点提取及图像匹配,局部图像特征提取匹配(Feature point extraction and image matching, local image feature extraction matching.)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-29
    • 文件大小:1024
    • 提供者:东&子
  1. PKPM计算书提取20130525

    0下载:
  2. 提取计算书,PKPM或者YJK的计算文件,按照点选的提取(The extraction and calculation, calculation of the file PKPM or YJK, according to the extraction point selection)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:ahu222
  1. siftDemoV4

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

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

    0下载:
  2. 本文展示了一种自动识别视频中移动目标的方法。论文中提取移动目标通过帧序列,这种方法不需要先验知识,比如:时间阈值调整。基于相邻帧的连续对称差分,我们能得到全分辨率显著图;然后利用最大熵方法计算阈值决定候选区域和获得兴趣点的种子;最后用修改的模糊生长方法获得最终的结果。本文中提出的算法是有效的、具有鲁棒性的。实验结果也证明它具有很好的效果。(This paper presents a method for automatic recognition of moving targets in vid
  3. 所属分类:其他

  1. EmguCanny

    0下载:
  2. 调用EmguCV库,进行Canny角点提取(Call the EmguCV library for Cannycorner extraction)
  3. 所属分类:C#编程

    • 发布日期:2017-12-28
    • 文件大小:466944
    • 提供者:meme123
  1. Harris角点检测

    0下载:
  2. 原理简介,应用方向,特征点提取算法汇集,数学表达方式(Brief introduction of principle)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:952320
    • 提供者:leezongling
  1. CAD坐标标注、提取等插

    2下载:
  2. CAD点坐标提取与标注 1、下载后解压,将两个文件复制到CAD的安装目录Support文件夹内(如:C:\Program Files\AutoCAD 200*\Support) 2、打开CAD,输入命令ap,将会弹出一个对话框,点击"启动组(Startup Suite)"下面的公文包图标(或"内容"(Contents...)),弹出启动组一对话框,点&qu ot;添加(Add...)"找到你刚才文件所保存的位置(C:\Program
  3. 所属分类:*行业应用

    • 发布日期:2017-12-27
    • 文件大小:3193856
    • 提供者:大平平
  1. 颜色提取器

    0下载:
  2. 颜色提取器是一款轻便的颜色提取软件,可提取系统中任意点的颜色编码,并复制出该编码。(Color extractor is a light color extraction software can extract color encoding at any point in the system, and copy the encoding.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:124928
    • 提供者:11111q
  1. Harris

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

    • 发布日期:2018-01-03
    • 文件大小:3739648
    • 提供者:波波球
  1. 特征线提取

    1下载:
  2. 点云数据中面的特征线的提取,也就是两个面的交线的提取(characteristic curve of point cloud data extraction)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3979264
    • 提供者:Smile1
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com