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

搜索资源列表

  1. Draw

    0下载:
  2. 一个很小的程序,可以提供包括画直线,矩形,圆角矩形,以及多边形的功能可以作为VC图形图像初接触者的参考 -A small program that can provide, including drawing a straight line, rectangle, rounded rectangle, and polygon features can be used as first contact VC graphic images of reference
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1875145
    • 提供者:王涛
  1. yyb

    0下载:
  2. 利用人眼的视觉暂留效应,使手在摆动到不同位置的时候,让位于一条直线上的LED显示二维图像的不同的列,实现图形扫描显示。-Use of temporary stay in the human visual effect that makes the swing to a different location at the time, so in a straight line on the LED display two-dimensional images of the different c
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:15479
    • 提供者:dong
  1. Desktop

    0下载:
  2. WINDOWS编程,基本GDI程序。用于产生基本图像图形,如方形,直线等-WINDOWS programming, the basic GDI program. Used to generate the basic image graphics, such as square, straight, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:9906
    • 提供者:songhaiyong
  1. Linear_programming_design_of_the_image_circle_elli

    0下载:
  2. 图像编程设计直线圆椭圆算法精讲Linear programming design of the image circle ellipse algorithm Jing Jiang-Linear programming design of the image circle ellipse algorithm Jingjiang Linear programming design of the image circle ellipse algorithm Jing Jiang
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:220080
    • 提供者:123wa
  1. Draw

    0下载:
  2. 暑假实习所编写的绘图程序,有与windows自带程序类似的绘图工具栏及颜料调色板,基本实现了其所有的绘图功能,包括铅笔、橡皮差、绘制直线、曲线、圆、矩形、多边形、喷枪、颜色填充等,并用双缓冲解决了图像闪烁的问题。-Drawings prepared by the summer internship program, a program comes with windows similar to the drawing toolbar and paint palette, basically al
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-29
    • 文件大小:99015
    • 提供者:王立为
  1. 20100905tuxing

    0下载:
  2. 本书从图形学最基础的光栅扫描、区域填充、画直线和圆弧等算法讲起,详细介绍了线裁剪和面裁剪、凸区域裁剪和凹区域裁剪的异同,景物空间消隐算法和图像空间消隐算法的差别,具体讲述了二叉空间剖分(BSP)、八叉树等图形学中常用的数据结构。新版本增加了图形用户界面、椭圆、图像压缩和线条反走样算法等,还增加了Liang-Barsky裁剪算法和Nicholl-Lee-Nicholl裁剪算法。新版本大大扩充了可见面光线跟踪算法。在绘制这一章中新增了基于物理的光照明模型,透明效果,阴影生成,纹理映射,以及锥光束、平
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20500971
    • 提供者:李大山
  1. computer_graphics

    0下载:
  2. 课程设计的作品。基于MFC的图形图像绘制程序,程序完成的功能有,直线,椭圆,贝塞尔曲线等的绘制,并能保存图像文件,并且提供了操作的取消和重做等功能。-Course design work. MFC-based graphics image rendering process, the program completed the function, line, ellipse, Bezier curve drawing, and can save the image file, and provi
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2789796
    • 提供者:于岩
  1. hafubianhuan

    0下载:
  2. 哈夫变换直线参数检测是图像分析和计算机视觉中一个基本问题,哈夫变换能很好地解决这个问题,然而哈夫变换的巨大计算量使它难于实时应用.因为一个图像点对应参数空间的一条曲线,图像点与量化后的参数区间是一对多的关系,造成了标准哈夫变换的计算复杂性.而两点确定一条直线,两个图像点对应一个参数点,利用这个原理能大幅度减少哈夫变换的计算量. -Hough transform line detection is a parameter image analysis and computer vision a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2066
    • 提供者:徐昊
  1. image3

    0下载:
  2. 在c++builder环境下对图像进行拟合直线测量距离,最小二乘法拟合直线!-Least squares fitting line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3051
    • 提供者:常军
  1. use_hough_transforms_to_detect_the_straight_lines.

    0下载:
  2. 利用霍夫变换寻找图像帧中的直线段并将其显示-Use Hough transform to find the image frame line segment and displays
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2502646
    • 提供者:zzy
  1. canny

    0下载:
  2. IplImage* src=cvLoadImage("lena.jpg") IplImage* dst = cvCreateImage( cvGetSize(src), 8, 1 ) IplImage* color_dst = cvCreateImage( cvGetSize(src), 8, 3 ) CvMemStorage* storage = cvCreateMemStorage(0) //存储检测到线段,当然可以是N*1的矩阵数列,如果实际的直线数量多余N,那么最大可能
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:4526
    • 提供者:colin
  1. 2

    0下载:
  2. Visual C# 2008与图形图像。包括动态绘制直线和曲线,动态绘制验证码,椭圓及椭圆弧的绘制,移动鼠标复制坐标区域图像等-Visual C# 2008 and the graphic image. Including dynamic drawing lines and curves, dynamic rendering verification code, ellipse and ellipse drawing, move the mouse images, copy the coordi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:759816
    • 提供者:caoyanling
  1. DirFilter

    0下载:
  2. 对图像进行方向滤波,可以消除图像中有规律的网格或者直线干扰-direction filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1035
    • 提供者:朱望江
  1. line

    0下载:
  2. 直线拟合算法,对图像分割,对目标进行直线拟合,确定目标多边形形状-Fitting a straight line algorithms, image segmentation, line fitting on the target, target polygon shapes
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3913880
    • 提供者:lgmlgm
  1. Hough_transform

    0下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 * 提取出来。-This function is used to detect the image of parallel lines. If the image has two parallel lines, two parallel lines* will be extracted.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:9391
    • 提供者:mhx
  1. CCD

    0下载:
  2. 为了提高自准直仪的准确度,利用三次样条插值法对CCD 像元进行细分,并利用直线边缘 拟合法检测图像边缘-into the CCD IMAGE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:379355
    • 提供者:高雪
  1. graphics

    0下载:
  2. 可以通过菜单或工具条选择绘制直线、弧线、圆还有巨型,以及调整图像线条宽度-Can pass menu or toolbar choose draws lines, arc, round and giant and adjusting image line width
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8062007
    • 提供者:徐伟富
  1. chengxu

    0下载:
  2. 对图像中的直线或圆用hough变换进行提取,可以查看图像的直方图-The image of the straight line or circle with the hough transform to extract, you can view the image histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5417793
    • 提供者:dan
  1. 20111211043792

    0下载:
  2. VB票据设计并打印的软件,软件用到了绘图的一些知识,比如可以在新建立的文档中画直线、斜线、矩形、圆形等,另外还可锁定对象、可设置颜色,可设定文字的字体、字号、对齐方式、增加图像、打印预览及页面设置等功能,整体来说,这个小软件写的挺精巧的。 -VB notes design and print software, the software uses some knowledge of drawing, such as the establishment of the document in a
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:44767
    • 提供者:htxqq2011
  1. line-ellipse-nihe

    0下载:
  2. 提取直线,圆,使用的是计算快速的matlab平台,对图形图像处理挺有帮助的-line ellipse nihe ,you can try it!matlab yuan dai ma
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:82014
    • 提供者:star
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 32 »
搜珍网 www.dssz.com