搜索资源列表
线段剪裁
- 是自己创作的对线段进行剪裁的小程序,对学习计算机图形学的同学会有点帮助,都是些基本的概念,但是力求简单化,模块化-created by ourselves on the line for tailoring small programs, to learn computer graphics students will be helpful, are basic concept, but sought to simplify, modular
裁剪线段,VC
- Cohen-Sutherland裁剪线段程序,VC-Cohen-Sutherland line cutting procedures, VC
两线段的关系
- vb 计算两条线段之间的关系
Hough变换检测图像中的线段
- 利用hough变换可以检测图像中的多条线段
线段编码区域连通法源码
- 线段编码区域连通法源码,自己写的,有问题可问341661392
MFC实现线段裁剪算法
- MFC实现线段裁剪算法,用户界面清晰,使用方便,程序易读。
IP
- 1)8位和24位bmp文件的打开,保存,自动判别文件类型并进行相应的设置。 2)对同一副bmp图像的多视图显示,包括:一般图像视图,直方图视图(支持彩色), 图像属性视图,24位bmp的RGB各分量视图。 3)各种卷积核的滤波操作。包括:拉普拉斯二阶微分算子,LoG算子, 高斯平滑算子,sobel垂直/水平边缘增强算子,sobel边缘强度算子,两种 不同半径的圆形滤波器,另外canny边缘检测算子也可以在程序中使用。 4)8位24位bmp图像之间的相互转化。 5
hough
- 图像变换之opencv 用hough变换检测线段-Opencv image transform of line segment detection using hough transform
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪
Cohen-Sutherland
- 程序运行Cohen-Sutherland线段裁剪算法 ,所用坐标系为笛卡尔直角坐标系. 起始状:用户输入所画线段的起点和终点坐标 结束状态:程序打印出裁剪以后的线段-Program runs Cohen-Sutherland Line Clipping algorithm, used for the Cartesian coordinates Cartesian coordinate system. Start-shaped: the user to enter the draw
MyDraw2
- 模拟实现widows画板的部分功能。具有任意画线、线段、矩形、圆、橡皮功能。-Analog part of the realization of widows Sketchpad features. Arbitrary drawing lines, line segments, rectangular, round, rubber function.
LineTree
- 有关ACM的一些算法研究,主要是线段树方面-Line Tree
seamintersect
- 使用两个向量的叉积来判断两条线段是否相交-The use of the cross product of two vectors to determine whether two line segments intersect
CaiJian
- 分别用编码法和中点法对编码进行运算,进行裁剪的判断,找出窗口内线段的两个端点。-Coding method, respectively, and the mid-point method of computing code, the judge cut to identify the two segments within the window endpoint.
CCreateLine
- 创建直线段类,通过鼠标输入起点、终点创建直线段,并实现橡皮筋功能-Category above to create a straight line through the starting point of the mouse input, the end of paragraph to create a straight line, and the rubber band feature
hough
- 在噪声服从高斯分布的背景中,采用固定长线段滑动的方法,用Hough变换来实现对弱线段的检测。-With the Hough transform to achieve the right detection of the weak segment
lsd.tar
- 用于检测图像中的线段,可以有效输出图像中的各种长度的线段-line segment detection
CAD统计多线段总长度插件
- CAD多线段长度统计,haoyongdechajian(lips,henghaoyongdechajian)
线段树
- 介绍线段树的相应功能,提供例题和解题报告(This paper introduces the corresponding functions of line segment tree, and provides examples and solution reports.)
matlab随机生成点和线段
- 该段代码中讲解了使用matlab随机生成点和线段的功能,简单易懂,适合初学者。(the code is using matlab to Generating random point and The random line segment)