搜索资源列表

  1. Susan

    0下载:
  2. SUSAN算子提取特征点分布合理,不需要对图像求导,所以又较强的抗噪声能力-SUSAN operator to extract characteristic points distribution is reasonable, does not require image derivation, it is also strong resistance to noise
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:15455232
    • 提供者:honey
  1. SUSAN

    0下载:
  2. susan算子MATLAB实现 边缘检测算法程序 分享一下-susan MATLAB realization of the edge detection algorithm program operator share
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:100352
    • 提供者:九天翔
  1. susan

    0下载:
  2. use the conventional susan edge detector algorithm to detect the edges of a given image. in first step the given image will be filter.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:304128
    • 提供者:atefeh
  1. Susan-CPP

    0下载:
  2. 一个很好的实现SUSAN算法图像处理的程序。-A very good realize SUSAN algorithm of image processing program.
  3. 所属分类:C#编程

    • 发布日期:2024-05-22
    • 文件大小:6730752
    • 提供者:zou
  1. Susan

    0下载:
  2. SUSAN算法检测角点,检测出后用浅灰色十字叉标出角点。-SUSAN algorithm detects corner, marked with a light gray cross in the corner detected.
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:ChengLi
  1. susan

    0下载:
  2. susan算法 matlab程序 图像边缘提取 分割算法-susan algorithm matlab program image edge extraction segmentation algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:高鹏军
  1. susan

    0下载:
  2. SUSAN角点检测的源代码,里面有去除伪角点的代码-SUSAN corner detection of the source code, which has the code to remove false corner
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:693248
    • 提供者:王琪
  1. susan

    0下载:
  2. susan的理论知识 如图1所示,图片是白色背景,有一个颜色比较暗淡的矩形。在图片上有5个圆形区域。圆形区域表示的是掩码区域。把圆形区域内的每一个位置的像素值与圆心处的像素值相比较,那么圆中的的像素可以分为两类,一类是像素值与圆心处的像素值相近的,另一类是像素值与圆心的处的像素值相差比较大的。那么,把第一类(像素值与圆心处的像素值相近的)所组成的区域称为USAN,USAN的全称是“Univalue Segment Assimi
  3. 所属分类:其他小程序

    • 发布日期:2024-05-22
    • 文件大小:1138688
    • 提供者:贺家乐
  1. SUSAN

    0下载:
  2. Susan算法的改进论文,很新颖很有意义,值得新手学习参考,很好很不错。-Susan algorithm papers, very novel makes sense, it is worth novice learning reference, very very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:221184
    • 提供者:耿越
  1. SUSAN-keypointExtraction

    0下载:
  2. SUSAN算法角点检测算法,用于提取图像角点以及特征线-SUSAN algorithm corner detection algorithm for extracting image corners and characteristic lines
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-22
    • 文件大小:353280
    • 提供者:一苇杭之
  1. SUSAN

    0下载:
  2. 本算法实现了基于SUSAN的角点检测算法,使用MATLAB实现- This algorithm based on SUSAN corner detection algorithm, using MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:胡屯仓
  1. susan

    0下载:
  2. 关于特征描述的susan算法的matlab程序-About susan algorithm matlab program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:848896
    • 提供者:zhangweiwei
  1. susan

    0下载:
  2. susan算法是基于灰度的特征点获取方法,适用于图像的边缘提取-susan algorithm is based on the gray-scale method to obtain the feature points for image edge extraction
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:questionab
  1. susan

    0下载:
  2. susan算法是基于灰度的特征点获取方法,适用于图像的边缘提取-susan algorithm is based on the gray-scale method to obtain the feature points for image edge extraction
  3. 所属分类:图形图象

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:alsosho
  1. susan

    0下载:
  2. susan算子的源码,可以用来检测角点,可以尝试一下-susan operator of the source code, can be used to detect the corner, you can try
  3. 所属分类:OpenCV

    • 发布日期:2024-05-22
    • 文件大小:2048
    • 提供者:djf
  1. susan

    0下载:
  2. 主要思想就是:首先做一个和原图像等大的目标图像。然后用一个圆形的模板,用模板去遍历原图像每个像素,把模板内的每个像素都和模板中心像素比较,如果灰度小于一个阈值,那么就对目标图像当前和原图像相同位置的像素加一,直到结束。目标图像中在原图像是角点的位置就会取局部极小,所以做一个反向的相减。img=max(img)-img,if img<g,这里的g也是自己给定的阈值,我这里取了2*max(img)/3这样的阈值,g越大,得到的点就越多
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:263168
    • 提供者:huhu222
  1. SUSAN

    0下载:
  2. susan 检测算法的代码和程序,内带图片可以直接运行提取到特征点-susan detection algorithm code and procedures, with pictures can be run directly to the feature point extraction
  3. 所属分类:压缩解压

    • 发布日期:2024-05-22
    • 文件大小:941056
    • 提供者:高琦
  1. SUSAN

    0下载:
  2. 一个比较好的边缘检测和角点检测代码,采用的是SUSAN算子,它采用含有37个像素的近似圆形的模版得到各向同性的响应-A better edge detection and corner detection code, using SUSAN operator, which uses roughly circular template contains 37 pixels get isotropic response
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:姜荣剑
  1. SUSAN

    0下载:
  2. 该算法为SUSAN图像角点提取算法,经过调试可以运行。正确配置opencv即可,版本号为2.4.3,vs2008-The algorithm for image corner detection algorithm for Susan, after debugging can be run. opencv is configured correctly and the version number for 2.4.3,vs2008
  3. 所属分类:OpenCV

    • 发布日期:2024-05-22
    • 文件大小:1427456
    • 提供者:
  1. SUSAN

    0下载:
  2. SUSAN算法原理 边缘检测的SUSAN算法 -SUSAN algorithm principle SUSAN edge detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:ypudn87
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »

源码中国 www.ymcn.org