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

搜索资源列表

  1. 图形学DrawPaintCode

    1下载:
  2. 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham) 实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法) 实现对线型线宽的属性的控制 实现二维多边形扫描转换的扫描线算法 实现二维多边形扫描转换的边缘填充算法或栅栏填充算法 实现二维连通区域填充的扫描线种子填充算法(四连通或八连通) 实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法 实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实 现二维图形
  3. 所属分类:2D图形编程

    • 发布日期:2011-01-17
    • 文件大小:229341
    • 提供者:cnmzhg
  1. CG.zip

    0下载:
  2. 计算机图形学作业算法 VC++程序源码 含画直线(逐点比较法)、二维裁剪(中点分割算法)、判别点在区域内外(标号法)等算法,经我修改用于保存手动提取图形特征点,Computer graphics algorithms operating VC++ Program source code containing paint a straight line (point by point comparison method), two-dimensional cutting (mid-poin
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:42566
    • 提供者:fei243
  1. LiangYouDong-Barsky-Clip-Algorithm

    0下载:
  2. 梁友栋直线裁剪算法,计算机图形学的裁剪算法之一。-Liang Youdong linear cutting algorithm, computer graphics one of the cutting algorithm.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:851378
    • 提供者:王习之
  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
    • 文件大小:2293
    • 提供者: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
    • 文件大小:3573
    • 提供者:lynn
  1. Liang-Barsky_Line_Clipping

    1下载:
  2. 任意指定一个矩形窗口和一条待裁剪的线段,用Liang-Barsky 法进行裁剪,画出裁剪后的线段-Arbitrarily specify a rectangular window and a line segment to be cut, crop, draw the line segment cropped Liang-Barsky
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-08
    • 文件大小:2428279
    • 提供者:shao
  1. imageCut

    0下载:
  2. 本程序可以任意进行bmp图片的裁剪,并保存为一个新的图片-The program can be arbitrary bmp cropped and saved as a new picture
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:3222348
    • 提供者:sh
  1. Cohen-Sutherland

    0下载:
  2. 用C语言实现了Cohen-Sutherland算法,代码可以直接复制到tc里面运行,很好实现了线段裁剪-With the C language to implement Cohen-Sutherland algorithm, the code can be directly copied to the tc run inside, well realized Line Clipping
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:2087
    • 提供者:Aboy
  1. Cohen_Sutherland

    0下载:
  2. 利用Visual C++编写的Cohen_Sutherland直线裁剪算法演示程序,图形界面,可以拖拉画直线,裁剪窗口大小可以自由变换,也可以准确定位输入直线和点-The use of Visual C++ Prepared Cohen_Sutherland line clipping algorithm demo program, graphical interface, you can drag and drop drawing a straight line, cutting window
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:32022
    • 提供者:wuyiliang
  1. tuxngcaijian123

    0下载:
  2. 这个程序可以实现图形的裁剪功能,使用方便。-This process can realize the cutting function of graphics and easy to use.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-27
    • 文件大小:51259
    • 提供者:kevinlee
  1. graphic

    0下载:
  2. 现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。-Graphics are painting a straight line, arc, as well as garden and cut a straight lin
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2106954
    • 提供者:aeyoung
  1. caijian

    0下载:
  2. 有关图形裁剪的程序,具体要求在文件中有描述-Graphics of the cutting process, specific requirements are described in the document
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:5598
    • 提供者:Auo
  1. xx

    0下载:
  2. 2D图形学编程中的裁剪问题的简单实现,使用MFC,对于图形学初学者有帮助-Graphics Programming 2D cutting issues in the realization of the simple, the use of MFC, there is help for beginners Graphics
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-22
    • 文件大小:6679747
    • 提供者:孙雷
  1. caijian

    0下载:
  2. 计算机图形学实验中的二维裁剪程序 ,可以直接运行在VC++中-Computer Graphics experimental procedures in the two-dimensional cutting can be directly run on VC++ in
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1981669
    • 提供者:zl
  1. barsky

    0下载:
  2. 梁友栋算法,矩形裁剪直线 按1鼠标画直线,按2鼠标画矩形,并且矩形会裁剪直线-Liang Dong algorithm, a rectangular cut a straight line drawn by a mouse line, according to two mouse draw a rectangle, and the rectangle will be cut a straight line
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:2094
    • 提供者:xuhuihui
  1. blanking

    0下载:
  2. 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2112713
    • 提供者:一个新名字
  1. GraphicCutting

    0下载:
  2. 图形裁剪,有点、线、多边形裁剪,点、线使用四比特法,多边形使用四边框裁剪-Graphic cutting, a little, line, polygon clipping, point, line and use the four-bit method, polygon clipping using the four border
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:16391
    • 提供者:朱军
  1. text3

    0下载:
  2. 利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制任意直线,单击裁剪和中点裁剪分别对直线进行裁剪。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), to achieve a center-screen client area centered on drawing an arbitrary line, click the mid-p
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1977124
    • 提供者:林丽
  1. Caijian

    0下载:
  2. 计算机图形学裁剪算法,包括梁友栋算法和Cohen-Sutherland算法-Computer graphics clipping algorithms, including Liang Dong algorithms and Cohen-Sutherland Algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:1314
    • 提供者:Leo
  1. 88888

    0下载:
  2. 介绍了矩形窗口的二维线段裁剪算法,图形界面友好,程序简洁易懂-Introduced the two-dimensional rectangular window Line Clipping algorithm, graphical user-friendly, the program simple and easy to understand
  3. 所属分类:2D Graphic

    • 发布日期:2017-06-02
    • 文件大小:13874233
    • 提供者:凌莉
« 1 2 34 5 6 »
搜珍网 www.dssz.com