-
Graphics
一个集成的图形界面的程序,可调用每一次作业子程序。
一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。
二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。
三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。
四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)
五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。
六、交互式Bezier曲线的输入绘制程序实现
(An integrated graphical interface of the program, each operation subroutine callable.
One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval.
Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively).
Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
- 2020-06-30 08:20:02下载
- 积分:1
-
EC1211Source
this is a project about animation. how do we form the shape to make it look like car, house abd so on. with the colours that wee like and the movement.
- 2009-05-29 21:31:36下载
- 积分:1
-
otsu-canny
基于otsu的自适应阀值canny边缘检测(adaptive canny edge detection based on otsu)
- 2020-06-27 02:00:02下载
- 积分:1
-
HumanDet1
人头检测 通过颜色分割产生人头头发部分的二值图像,计算此部分的面积和长宽比来判断是否有人头(human detection)
- 2021-03-05 18:49:31下载
- 积分:1
-
OpenCV
讨论了OpenCV(Open Source Computer Vision Library)相对于现有的计算机视觉软件包所具有的优势,描述了OpenCV的
环境配置、数据定义、图像元素访问方式。OpenCV成为一种源码开放、包含丰富的高级数学计算函数、图像处理函数和计算机视觉
函数、不断更新和平台无关性的计算机视觉软件包。(Discussed the OpenCV (Open Source Computer Vision Library) relative to the existing computer vision, the advantages of packages, description of OpenCV environment configuration, data definition, the image element access mode. OpenCV become an open-source, contains a wealth of advanced mathematical calculations, functions, image processing functions, and computer vision functions, continuously updated, and platform-independent package of computer vision.)
- 2009-10-25 00:48:30下载
- 积分:1
-
HuffmanExp
实现对灰度图像的哈夫曼编码,对于其他图像,也可以类似的完成。(Realize grayscale images of hoffmann coding, for other image, also can be similar to the finish.)
- 2010-11-13 09:58:54下载
- 积分:1
-
sar
sar图像的基于R-D模型的几何纠正,主要是利用RD模型的数学公式进行相关的几何纠正(Geometric rectification based on RD model of SAR)
- 2020-06-28 18:40:02下载
- 积分:1
-
LSM_Match
最小二乘匹配,图像匹配算法,需要初始匹配坐标,可以达到亚像素精度(least squares matching, image matching algorithm, the initial need to match coordinates, can reach sub-pixel accuracy)
- 2006-10-26 14:25:05下载
- 积分:1
-
dianziwenxiang
该代码采用opencv环境来实现灰度投影估计电子稳像算法,能够很好地解决视频序列抖动问题。(The code uses the opencv environment to achieve the gray projection algorithm, which can solve the problem of video sequence jitter.)
- 2015-12-08 12:05:44下载
- 积分:1
-
LineMarch
BMP图像边缘提取后 根据边缘点集直线拟合(BMP image edge extraction fitting a straight line)
- 2011-06-23 14:53:47下载
- 积分:1