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

搜索资源列表

  1. 在图像Buf上画线段

    0下载:
  2. 在原始图像buf上画直线的算法,便于观察调试,无错误-the original image buf painted linear algorithms facilitate the observation of debugging, error-free
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:855byte
    • 提供者:郭武
  1. 大型数字图形图像系统VC源码

    1下载:
  2. 大型的图形图像系统,包括直线,弧线,圆,椭圆,等等图形的源代码-large graphics system, including the line, arc, circle, ellipse, and so on graphical source code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:306.39kb
    • 提供者:李为民
  1. imagelab2

    0下载:
  2. 2D图像生成,具体生成了一个矩形和一个圆形,两者相交,不直接调用画线函数,而是用Besenham算法另编写画直线和圆的函数,计算机视觉的一个实验作业。-2D image generation, the generation of a specific rectangle and a circle, the two intersect, not directly call line drawing functions, Rather Besenham algorithm to prepare an
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:98.04kb
    • 提供者:周姗姗
  1. 一种匀速运动模糊图像的模糊方向判断算法

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

    • 发布日期:2011-10-05
    • 文件大小:134.24kb
    • 提供者:jackeey
  1. 通过霍夫检测检测图像中的直线

    0下载:
  2. Opencv环境中,通过霍夫检测检测图像中的直线,经过了ROI裁剪,形态学处理,canny算子检测等各种预处理。-In the opencv environment,do the line detection using Hough Transform. By cutting the ROI, morphological processing, canny boundary preprocessing.
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-22
    • 文件大小:2.24kb
    • 提供者:David Ding
  1. CGcode

    0下载:
  2. 计算机图形学常用算法源代码:直线生成算法,曲线生成算法,平移变换,比例变换,对称变换,区域填充,图像裁剪-Computer graphics algorithms source code used: a straight line generating algorithm, curve generation algorithm, translation transformation, the proportion of transformation, symmetry transformatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:3.49kb
    • 提供者:lynn
  1. vbht

    0下载:
  2.  简易的画图程序,基于VB源代码实现可先把画笔颜色、设置画笔尺寸、先把所画的图形,包括矩形、圆形和直线三种模式,画错了可清除画布,画完可保存图像。-Simple paint program, the first brush color, set the brush size based on the VB source code, graphics drawn by the first three modes, including rectangular, circular and straig
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2.69kb
    • 提供者:Fionn
  1. image-scale

    0下载:
  2. 绘制随机图像,包括点,直线,圆,椭圆,波浪线,三角形,并加上各种颜色。-Draw a random image, including point, line, circle, oval, wavy lines, triangles, and plus a variety of colors.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:895byte
    • 提供者:Mr.cheng
  1. 566734333

    0下载:
  2. 用于图像处理。主要是,在一幅图像中检测两条平行的直线。代码很简单,适合初学者练手。-For image processing. Mainly, the two parallel lines in an image detected. The code is very simple, suitable for beginners to practice hand.
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-03
    • 文件大小:14.34kb
    • 提供者:zhangkun
  1. dfderdgfgf3r

    0下载:
  2. 用于图像中直线的检测。可以用来检测飞机跑道。该程序,简单明了,很适合初学者上手。-For the detection of an image in a straight line. It can be used to detect runway. The program, simple, very suitable for beginners to get started.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:14.36kb
    • 提供者:zhangkun
  1. HOUGH

    0下载:
  2. 图像中的直线检测程序,可以检测图像中的直线,可以设置参数,支持-The linear image detection procedure can detect the linear image, you can set parameters, to support
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-13
    • 文件大小:213.2kb
    • 提供者:徐光辉
  1. houghbianhuan

    0下载:
  2. hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation tech
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.26mb
    • 提供者:李爱
  1. HoughLnDetectInGraphics

    0下载:
  2. 根据图像处理中hough转换的原理,从实际能运行的代码中修改得到能检测出图形中可共直线的点,并可改为显示2、3、4...点共线。 -hough transform for straight lines detect on graphic,the straight lines do not exist,but can formed by the multi points,maybe 2,3,4,...
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:wxy
  1. MATLAB-tuxiangchuli-Hough-jaince-

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码,欢迎大家下载-MATLAB image processing Hough line detection Huffman source code, welcome to download
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:185.86kb
    • 提供者:
  1. angle

    0下载:
  2. 在图像上任意画出两条直线,能够准确的求出两条直线之间的夹角-Any draw two straight lines in the picture, can accurately calculate the Angle between the two straight lines
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:282.04kb
    • 提供者:解德芳
  1. ImageProcessTest

    0下载:
  2. 通过OPENCV库中相关算法对图像降噪、求边缘、直线遍历并获得直线角度、获得图像中目标的凸包等-Use OPENCV Lib to filer image, get the edges of image and so on.
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-03
    • 文件大小:14.24mb
    • 提供者:arthurzcx
  1. 图像矫正

    1下载:
  2. 图像校正,标定直线教哈建设靠大家客户圣诞贺卡就库萨克近年来的
  3. 所属分类:2D图形编程

搜珍网 www.dssz.com