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

搜索资源列表

  1. canny

    0下载:
  2. canny算子进行边缘检测的源代码。(1)首先对图像进行高斯滤波,去除噪声的影响;(2)对滤波后图像计算梯度的方向和幅值(3)对梯度幅值进行极大值抑制(4)双阈值确定边缘-canny edge detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5101
    • 提供者:撸撸
  1. edges

    0下载:
  2. 本文件代码为图像边缘、方向、质心距离、形状特征的提取与分析-Extraction and analysis of image edge, direction, distance of center of mass, shape characteristics of the file code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:2213
    • 提供者:杨洪滨
  1. kirsch

    0下载:
  2. kirsch 边缘检测。本文利用经典边缘检测模板算子8个方向模板之间的内在联系,提出了一种快速kirsch算法。-kirsch edge detection. This paper template using classical edge detection operators intrinsic link between eight directions templates, kirsch, a fast algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1018
    • 提供者:huzhuoyuan
  1. bianyuanjiance

    0下载:
  2. 利用sobel算子实现边缘检测,包括水平方向,垂直方向,以及45度,135度检测。-Using edge detection sobel operator, including horizontal and vertical directions, as well as 45 degrees, 135 degrees is detected
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2974
    • 提供者:李建辉
  1. Image-Super-Resolution-Algorithms

    1下载:
  2. 前基于图像块稀疏表示的超分辨率重构算法对所有图像块都用同一字典表示,不能反映不同类型图 像块问的筹别.针对这一缺点,本文提出基于图像块分类稀疏表示的方法.该方法先利用图像局部特征将图像块分为 平滑、边缘和不规则结构三种类型,其中边缘块细分为多个方向.然后利用稀疏表示方法对边缘和不规则结构块分别 训练各自对应的低分辨率和-岛分辨率字典.重构时对平滑块利用简单双三次插值方法,边缘和不规则结构块由其对应 的高、低分辨率字典通过正交匹配追踪箅法重构.实验结果表明,与单字典稀疏表示算法相比
  3. 所属分类:software engineering

    • 发布日期:2015-07-28
    • 文件大小:813056
    • 提供者:要相同
  1. Harris-corner

    0下载:
  2. Harris采用了一种新的角点判定方法。矩阵M的两个特征向量l1和l2与矩阵M的主曲率成正比。Harris利用l1, l2来表征变化最快和最慢的两个方向.若两个都很大就是角点,一个大一个小就是边缘,两个都小就是在变化缓慢的图像区域.-Harris adopted a new method of determining the corner. Matrix M of two feature vectors l1 and l2 with the matrix M is proportional to
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-26
    • 文件大小:390574
    • 提供者:于木每
  1. smoothedfilter

    0下载:
  2. 一段灰度图像的边缘保持平滑滤波代码。取5×5像素区域,以包含中心点(i,j)的上下左右方向,以及斜45度角方向,中间3×3,总共9个邻域模板,计算其中标准差最小的模板块,取其作为均值滤波的模板。-A gray image edge preserving smoothing filter code. 5* 5 pixel region, to include the center point (I, J) of the vertical and horizontal direction, and
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:885
    • 提供者:zhaohua
  1. Canny

    0下载:
  2. Canny边缘检测算法: 用高斯滤波器平滑图像; 用一阶偏导的有限差分计算梯度的幅值和方向; 对梯度幅值进行非极大值抑制; 用双阈值算法检测和连接边缘。 -canny contour extraction algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:2190
    • 提供者:陶潜水
  1. vga

    0下载:
  2. 一个简单的VGA小应用,实现功能是一个红色小方块,可以在屏幕上沿任意方向移动,如果碰到屏幕边缘,可以反弹回去。-A very easy VGA test case
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:940
    • 提供者:luyao
  1. Color_dirct_Diff

    0下载:
  2. 一个基于方向扩散偏微分方程的图像滤波码源,包括改进的加入边缘停止响应函数的方法-An image filtering based on direction diffusion partial differential equation of source code, including improved edge stop response function method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1003
    • 提供者:李林伟
  1. SIFT

    0下载:
  2. sift算法实现与研究,包括gaussian,DOG尺度空间的构造,极值点的检测,边缘检测,计算方向,形成描述子,关键点的匹配-sift algorithm and Research
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:1399654
    • 提供者:liaoq
  1. roberts

    0下载:
  2. Roberts 边缘检测算子是根据任意一对互相垂直方向上的差分可用来计算梯度的原理, 采用对角线方向相邻像素之差-Roberts edge detector is based on the difference any pair of mutually perpendicular directions can be used to calculate the gradient of principle, the use of adjacent pixels diagonal direction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:534
    • 提供者:xuchunyan
  1. gaboredge1

    0下载:
  2. gabor 小波边缘检测,多尺度多方向的边缘检测,可以通过调整参数提高边缘检测精度-Gabor wavelet edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1655
    • 提供者:fafafa
  1. DWT-YANJIU

    0下载:
  2. 基于方向小波变换的图像边缘检测算子研究 基于方向小波变换的图像边缘检测算子研究基于方向小波变换的图像边缘检测算子研究-Image edge detection operator based on wavelet transform researchImage edge detection operator based on wavelet transform researchImage edge detection operator based on wavelet transform rese
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2242563
    • 提供者:xuweiyao
  1. PICTURE

    1下载:
  2. 图像处理的一般方法,包括图像的增强、二值化阀值分割法、边缘检测法、流域分割法, 计算扁圆度、方向角、孔隙率-General method for image processing, including image enhancement, binarization threshold segmentation method, edge detection, watershed segmentation method to calculate the oblate degree, directio
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:67800
    • 提供者:钱先洋
  1. boundaries_up

    0下载:
  2. 基于冈萨雷斯提出的边缘跟踪算法,和方向链码边缘跟踪算法,提出的边缘算法,调试可用。-Based edge tracking algorithm Gonzalez proposed and direction chain code edge tracking algorithm, edge algorithms proposed, debugging is available.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-11-06
    • 文件大小:2161
    • 提供者:潇麟
  1. fast-template-matching

    1下载:
  2. 本文提出一种基于图像边缘几何特征的快速模板匹配算法。算法利用边缘 点的位置和梯度方向作为匹配信息进行相似度计算。可以很好的避免因图像明 暗变化、光照不均匀、旋转所带来的影响,且对于部分遮挡的情况,亦可以得 到良好的匹配结果。为了得到边缘点坐标和梯度方向,本文根据曲面拟合原理, 通过平移变换,推导出精确梯度方向和亚像素边缘坐标的快速算法。既加快了 算法的处理速度,也是匹配算法高精度的前提保证。为了使匹配算法满足实时 性要求,主要采用阈值判断和图像金字塔算法的搜索策略。在阈值
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2213762
    • 提供者:liu
  1. antcolonyalgorithm

    1下载:
  2. 基于蚁群算法的图像边缘检测,将蚁群算法应用于边缘检测,提出了一种图像边缘检测的新方法,具有很大的创新性,最主要是可以仿真,供本研究方向的人参考- Image Edge Detection based on ant colony algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:17211
    • 提供者:wangdream
  1. sobel8gradient-algorithm-energy

    0下载:
  2. 采用经典八方向模板Sobel边缘检测算子来检测图像的梯度值-The gradient value of the image is detected by the Sobel edge detection operator of the classic eight direction template
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3141396
    • 提供者:
  1. edge_detect

    0下载:
  2. 边缘检测 边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。 这些包括(i)深度上的不连续、(ii)表面方向不连续、(iii)物质属性变化和(iv)场景照明变化。-Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:张三
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com