-
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
-
VCPP-image-processing-chapter12
VisualC++数字图像处理技术详解第2版光盘,第十二章(VisualC++ digital image processing technology Detailed Version 2 discs, Chapter XII)
- 2016-04-16 14:02:35下载
- 积分:1
-
C++GUIProgrammingwithQt3
C++ GUI Programming with Qt 3不用再详细解释了吧,下载试一下就知道了(C GUI Programming with Qt 3 do not have a detailed explanation of it, Download trial will know what)
- 2006-08-25 08:40:54下载
- 积分:1
-
domin
这是一款适用于初学者的应用程序,它可以帮助我们处理图形图像(This is a beginner for the application, it can help us to deal with graphic images)
- 2009-05-14 09:05:23下载
- 积分:1
-
RLE
RLE压缩算法,对.bmp格式文件进行操作。使用MFC编制界面,可读入位图,压缩后保存位图并显示。(RLE compression algorithm, bmp format file operation. Use the MFC preparation interface, readable into the bitmap compressed to save a bitmap display.)
- 2021-03-25 22:49:13下载
- 积分:1
-
opencv-sift
图像匹配,可以实现目标图像的匹配,匹配出最相似的训练图片。(Image matching, the matching can achieve the target image, matching the most similar training images.)
- 2013-06-08 16:46:48下载
- 积分:1
-
ComputerGraphics
多边形填充 多边形裁剪 自定义多边形区域 自定义裁剪区域(Polygon fill polygon clipping custom polygon area custom crop area)
- 2012-11-14 23:04:40下载
- 积分:1
-
Pansharpening
基于非局部图像去噪模型的遥感图像融合的变分方法。该变分方法采用梯度下降法。(Variational method of remote sensing images nonlocal image denoising model fusion. The variational method using gradient descent.)
- 2014-04-18 10:43:31下载
- 积分:1
-
LineMarch
BMP图像边缘提取后 根据边缘点集直线拟合(BMP image edge extraction fitting a straight line)
- 2011-06-23 14:53:47下载
- 积分:1
-
Grid
基于OpenCV实现的图像切割程序,通过程序中参数设置分块的数量和大小(The project is uesd to break an image into block)
- 2013-12-01 22:31:29下载
- 积分:1