-
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
-
WaveletBasedImageSegmentation
基于小波变换的图像分割算法,它实现了论文 Wavelet Based Bimodal Image Segmentation for Blob Exctraction... 的算法。(This code is a part of work Wavelet Based Bimodal Image Segmentation for Blob Exctraction... .)
- 2015-09-14 15:07:00下载
- 积分:1
-
ImageProcessing
说明: 用C语言实现图像的平滑,锐化及双线性内插算法的实现,效果很好(Using C language to achieve image smoothing, sharpening and bilinear interpolation algorithm to achieve good results)
- 2008-11-25 19:10:19下载
- 积分:1
-
xt2
请采用学过的图像去噪方法(鼓励自己研究新算法),对Circuit_noise.jpg 、boy_noisy.gif(周期噪声) 和california_22_13.bmp图像进行去噪处理。(Please use learned denoising method (to encourage their study new algorithm), to Circuit_noise.jpg, boy_noisy.gif (periodic noise) and california_22_13.bmp image de-noising.)
- 2016-11-10 17:18:25下载
- 积分:1
-
xibaojiancehelunkuofaxian
这是细胞边缘检测和找出细胞轮廓线的功能代码,可以很好的对细胞进行分割(This is the cell edge detection and contour lines to identify cell function code, a good division of cells)
- 2021-01-31 18:28:31下载
- 积分:1
-
jibencaozuo
这是运用matlab进行图像处理时会遇到的基本操作,包括图像的代数运算、几何运算、空间变换、区域操作等(This is for image processing using matlab will encounter the basic operations, including images of algebra, geometry operations, space transformation, regional operations, etc.)
- 2011-06-29 23:20:54下载
- 积分:1
-
histogram-equalization
彩色图像直方图均衡化:把一副彩色图像分成红绿蓝三个通道,对每一个通道先进行均衡化,然后再合并三个通道,得到整幅图像的直方图均衡化。(Color image histogram equalization: put a pair of color image into red, green, blue three channels, to each channel to equalization, then merge three channels, get the whole image histogram equalization.)
- 2012-06-17 10:48:50下载
- 积分:1
-
yuv_to_rgb
YUV与RGB颜色空间之间的转换,转换效果很好的。(YUV and RGB color space conversion between the effect of a very good conversion.)
- 2007-12-10 14:12:13下载
- 积分:1
-
DIP(Visual-CPP)
本书主要讲述如何使用Visual C++进行数字图像处理。全书对常用的数字图像处理算法进行了介绍。(This book focuses on how to use Visual C++ digital image processing. The book is commonly used digital image processing algorithms were introduced.)
- 2016-02-19 23:25:32下载
- 积分:1
-
ColorSegmentationExample
彩色图像分割的源代码 使用matlab6.5编写 (Color image segmentation of the source code to use prepared matlab6.5)
- 2007-11-06 11:00:07下载
- 积分:1