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

搜索资源列表

  1. zy5

    1下载:
  2. 摘 要:曝光瞬间造成图像模糊的运动通常作为直线运动近似处理 ,若能找出模糊图像的运动模糊方向 ,并将之旋转到水平轴 ,则二维问题可简化为一维来处理 ,大大简化由模糊图像估计出运动模糊点扩散函数以及图像恢复的过程 ,并为图像恢复的并行计算创造有利条件。由于运动模糊降低了运动方向上图像的高频成 分 ,沿着运动方向实施高通滤波 方向微分 ,可保证微分图像灰度值 绝对值 之和最小。基于此 ,本文利用双线性插值的方法 ,固定并适当选取方向微分的微元大小 ,构造出3 ×3方向微分乘子 ,得到了高效高精度
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:268341
    • 提供者:彭彭
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. z4

    0下载:
  2. 摘 要:本文主要研究的是任意方向的匀速直线运动模糊图像的模糊方向判断算法,主要根据运动模糊降低了运动方向上图像的高频成 分,沿着运动方向实施高通滤波,可保证微分图像灰度值(绝对值)之和最小,论文中就是根据这种原理来判断出匀速运动模糊图像的运动 模糊方向,采用了3×3方向的微分乘子法来判断图像的运动模糊方向,从而可将图像的恢复问题转化为一维问题。-Abstract: This paper studies the direction of arbitrary uniform linear m
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:137465
    • 提供者:zy
  1. z5

    0下载:
  2. 摘 要 运动模糊恢复就是利用运动模糊退化的某种先验知识来重建或恢复原有图像 在运动模糊的点扩散函数未知的情况下 : 。 , 估计运动模糊的点扩散函数是运动模糊恢复的前提和关键 从傅立叶变换的角度对匀速直线运动模糊图像的点扩散函数在频域 。 论证了点扩散函数在频域内的零点特性及模糊图像两次傅立叶同态变换后的方向特性 并提出了利用这中的特点做了理论分析,些特性进行运动模糊方向估计的方法及两种模糊距离的估计方法 实验结果证明了所提出方法的有效性-Abstract motion blur
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:956737
    • 提供者:zy
  1. houghline

    0下载:
  2. matlab实现hough变换直线提取,不直接用hough算子,应用二值化图像-to achieve a straight line hough transform matlab extraction, does not directly hough operator, the application of binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:641
    • 提供者:sulin
  1. xihua

    0下载:
  2. 细化图像中的直线或曲线,用于二值化后的图像,生成1像素图像-Detailed images of a straight line or curve for the binary image to generate a 1-pixel Image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1242
    • 提供者:CY
  1. hough_line

    0下载:
  2. 直线 检测 hough 直接可以运行有原图像 图像为256色bmp -Hough line detection can be run directly with the original image, the image of 256-color bmp
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5298310
    • 提供者:南埃里克斯
  1. Hough

    1下载:
  2. 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
  3. 所属分类:Windows编程

    • 发布日期:2013-08-12
    • 文件大小:1828755
    • 提供者:331
  1. convert_to_binary

    0下载:
  2. 用MATLAB处理图像,通过hough变换检测直线,并且可以直接画出直线。-Image processing using MATLAB, through the detection of a straight line hough transform, and can draw a straight line.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1821
    • 提供者:wangying
  1. restore

    0下载:
  2. 由匀速直线运动引起的图像模糊通过Visual C++实现运动模糊图像复原-Caused by uniform linear motion blurred image through the Visual C++ to achieve motion-blurred image restoration
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2593
    • 提供者:钟生
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. hough_line

    0下载:
  2. 使用hough变换进行图像中直线的提取是一种较为有效地算法,它能有效地拟合一些断点。-Hough transform image using the straight-line extraction is a more efficient algorithm, it can effectively fit a number of breakpoints.
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:449551
    • 提供者:alex
  1. BaseAutopanoramareserch

    0下载:
  2. 别对两幅图像提取广义特征点后, 利用基于根均方误差和交叉相关的两级匹配算法完成同名控制点的建立。并以局部加权直线拟合方法来校正图像 的几何畸变。最后建立两幅图像之间的函数映射关系,完成图像的配准。实验结果证明了该方法的有效性。-Do the two images extracted generalized characteristic point, the root mean square error-based and cross-correlation of the two cont
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:568601
    • 提供者:林杰
  1. Image

    0下载:
  2. 博士论文:图像特征提取、匹配和新视点图像生成技术研究 关键词:基于图像的绘制;虚拟现实;新视点图像生成;宽基线图像匹配;仿射不变量 直线段匹配;立体视觉-Dissertation: Image feature extraction, matching and the new viewpoint image generation technology Keywords: image-based rendering virtual reality new viewpoint image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:6094386
    • 提供者:qinjw
  1. lineDetect

    0下载:
  2. 本文根据图像学的相关知识,写出了用MATLAB进行直线检测的源代码。-This code is based on the knowledge of image processing and use the language of matlab to detect line .
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1160
    • 提供者:耿帅
  1. work

    0下载:
  2. 基于方向微分的运动模糊方向确定 该方法具体可参见张朝阳的“直线运动模糊图像的点扩展函数的研究”-The direction of motion blur based on the direction of determining differential
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:4742
    • 提供者:吴晗
  1. xiugaizuidaleijianzhi

    0下载:
  2. matlab中直线检测的代码包括图像滤波、分割、边缘检测等,很实用的程序-Image processing algorithms in the opening operation code can be used directly, a very useful program
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2214
    • 提供者:钟伟
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1070116
    • 提供者:chenwenlue
  1. _Hough__doc

    1下载:
  2. hogh变换,从图像中提取直线。程序过程详细。-hough transform,find lines from images.you can learn how to use the hough transform
  3. 所属分类:matlab例程

    • 发布日期:2013-11-28
    • 文件大小:21491
    • 提供者:刘明石
  1. ex_18_4

    1下载:
  2. 测量角度:读取图像并选择含有角度的区域,求取角的直线边界,计算直线间的角度。-Measuring angles: read image and choose contain Angle of regional and calculating the Angle between the line, line border calculation.
  3. 所属分类:matlab例程

    • 发布日期:2017-04-17
    • 文件大小:1182
    • 提供者:shubin
« 1 2 3 45 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com