搜索资源列表
裁剪Dlg
- 区域填充和影线填充原理,算法和实现 图形几何变换,投影变换和视向变换的方法和实现 直线段,多边形裁剪算法和实现 曲线生成原理,算法和实现 常用的消隐算法 -area filling and filling hatched theory, algorithms and graphic geometric transformation, and visual projection transformation to transform the methods and linear, polygon
TransformShow
- 图像变换:旋转、水平镜像、垂直镜像,缩放,裁剪
TransformShow
- 实现图像旋转90/180/270或自定义旋转,裁剪,水平/垂直镜像,缩放等图像变换功能
TransformShow
- 图像处理的各种变换,如:旋转90。旋转180。水平镜像。垂直镜像。像框大小。裁剪等
TransformShow
- 图像变换的代码,可以对图像进行裁剪与合并、缩放、旋转、镜像等操作
Computer_Graphics
- 计算机图形学原理及算法教程(Visual+C++版),包含三维变换、实时动画、图形裁剪、消隐、图形相交—相切、真实感图形学、帧动画等源码。-Computer Graphics Principle and Algorithm Tutorial (Visual+ C++ Version), including three-dimensional transformation, real-time animation, graphics, cutting, blanking, graphics int
delphi实现的几何变换
- 实现在图像任意角度的旋转,平移。以及图像的镜像,扭曲。波浪效果,缩小放大裁剪,以及对图像的裁剪。-achieve arbitrary angle images in the rotation and movement. Mirror Image and distorted. The wave effect, narrow Large cutting, and cutting the right image.
computer-graphic
- 图形学:裁剪 变换等功能 实现得很完整 欢迎下载 谢谢支持-Graphics: cutting transform functions to achieve a very complete Thank you, welcome to download support
WangYe3Ddemo
- 3D视见变换(球、三角形),包括空间计算、空间转换、消隐、裁剪、投影,可完成绕轴旋转、平移等功能。并能对每步处理的多边形计数-3D Viewing Transformation (balls, triangle), including space, space conversion, blanking, cutting, projection, to be completed by around the axis rotation, translation and other functions
2d_Graphic_System
- vc6实现的2d图形学系统 其中图形算法全部自己实现 没有调用接口。主要功能如下a)直线和圆的生成,直线和圆的扫描转换。并且实现了用鼠标点击取点的交互功能。 b) 多边形的裁剪和填充,实现了点扫描与直线扫描多边形。 c) 直线剪裁,并可以自动判断与某条或某些条直线可剪裁,剪裁结果是一条线段生成两到三条线段,并可在文档中保存。 d) 图形变换:二维变换:平移、旋转、缩放功能,其中平移已实现了鼠标点击取点的交互功能。 e) 提供了用户对对象的选择,再在在被选择的对象上进行相应操作。
ImageProcee
- 关于图像变换(裁剪,合并,旋转,镜像,缩放),图像处理(正交变换,卷积,平滑,锐化,边缘检测,边缘增强等),图像特技显示(扫描,移动,百叶窗,马赛克,珊条,渐显渐隐)等功能的图像处理VC++源程序-On the image transform (cut, merge, rotate, mirror, zoom), image processing (orthogonal transform, convolution, smoothing, sharpening, edge detection,
computergraphics
- 实现简单几何绘图,图形变换,裁剪,填充,旋转,平移-To achieve simple geometric drawing, graphics conversion, cutting, filling, rotation, translation
TransformShow5.5.7
- 位图变换,包括裁剪与合并、缩放、旋转和镜像,从而实现了DIB图像变换的主要操作函数-Bitmap transformation, including cutting and consolidation, scaling, rotation and mirroring, to achieve the DIB image transform key operational functions
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪
TransformShow
- 基于Visual C++ 6.0开发的对图像进行旋转、缩放、镜像、裁剪等一系列变换的源码-Visual C++ 6.0 on the development of the image rotation, scaling, mirroring, cutting and a series of transformations of the source
ComputerGraphics
- 计算机图形学课程设计,实现了多边形裁剪、矩阵平移、旋转、错切变换,Bezier曲线。直线和圆均自己实现。-Computer Graphics Course Design, including Polygon Clips, Figure Rotation, Stretch and Translation, Bezier Curve.Line Drawing and Circle Drawing has also been implemented.
Graphics
- 计算机图形学的一些基本功能,包括二维图形变换,二维图形填充,裁剪-Some of the basic functions of computer graphics, including the two-dimensional graphics transformations, two-dimensional graphics filling, cutting, etc.
imgprocCGsignalproc
- BMP图像处理程序,包括模拟信道产生的高斯加性噪声;图像灰度变换;图像的拉普拉斯边缘提取;中点滤波法的debluring;图像线性模糊。 图形显示函数,包括DDA方法画直线;中点裁剪法;liang-barsky算法的窗口裁剪;种子填充算法; 随机信号处理程序,包括产生正态分布、均匀分布样本;计算其均值与方差;各样本的概率分布直方图分析;功率谱分析;样本叠加的PSD分布分析。-BMP image processing procedures, including analog channel
tuxing
- 掌握计算机图形学中各种常见图形的各种算法及其实现。特别要求直线,二次曲线,自由曲线,区域填充,二维图形裁剪,图形几何变换,自由曲面-To master a variety of computer graphics, a variety of common graphics algorithms and its implementation. Special request line, quadratic curve, free curve, area filling, cutting two-d
computer-graphics
- 计算机图形学实习代码,包括图形形成、图形裁剪、图形变换、图形显示等-Code for computer graphics training, including graphical form, cut graphics, graphics conversion, graphic display