-
图像的平移,旋转
平移(translation)变换是几何变换中最简单的一种。初始坐标为(x0,y0)的点经过平移(tx,ty)(以向
右,向下为正方向)后,坐标变为(x1,y1)。这两点之间的关系是x1=x0+tx ,y1=y0+ty。
下面给出 Translation 的源代码。算法的思想是先将所有区域填成白色,然后找平移后显示
区域的左上角点(x0,y0) 和右下角点(x1,y1) ,分几种情况进行处理。
- 2022-03-16 08:40:04下载
- 积分:1
-
画反锯齿直线、矩形、弧线、曲线的demo,
画反锯齿直线、矩形、弧线、曲线的demo,-Anti-aliased line drawing, rectangle, arc, curve of the demo,
- 2022-01-25 23:49:28下载
- 积分:1
-
画线演示程序
画线问题演示程序-painting Line Demonstration Program
- 2022-06-13 11:09:46下载
- 积分:1
-
使用跌代算法实现了一个逼真的树叶的形状,程序中画出的叶子类似于榕树的叶子。...
使用跌代算法实现了一个逼真的树叶的形状,程序中画出的叶子类似于榕树的叶子。-use or generation algorithm to achieve a realistic shape of the leaves, the head of procedures similar to the leaves of the tree leaves.
- 2022-02-05 14:01:16下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-09-16 18:30:08下载
- 积分:1
-
matlab代码,描述了如何画高斯一维分布,和二维,三维以及高维分布,有产生高斯数据的matalb函数...
matlab代码,描述了如何画高斯一维分布,和二维,三维以及高维分布,有产生高斯数据的matalb函数-matlab code,discript how to draw a gaussian function and the code that produce the data for this fuction
- 2023-03-12 16:10:03下载
- 积分:1
-
direct 9 shader关于顶点和像素的着色器编程书籍。
direct 9 shader关于顶点和像素的着色器编程书籍。-direct 9 shader on the vertex and pixel shader programming books.
- 2022-11-02 20:15:08下载
- 积分:1
-
飘扬的国旗
飘扬的国旗-C语言编写的图形程序-flying the flag-C language prepared by the graphics program
- 2022-01-25 16:33:50下载
- 积分:1
-
本程序实现的是文字识别中的文字切分环节,用基于连通域的文字切分算法实现...
本程序实现的是文字识别中的文字切分环节,用基于连通域的文字切分算法实现-This procedure is the realization of the text character recognition segmentation aspect connected with the text-based segmentation algorithm
- 2023-02-03 02:30:04下载
- 积分:1
-
AUTOCAD的模板 AUTOCAD在ARX下的开发,需要ARX开发环境
AUTOCAD的模板 AUTOCAD在ARX下的开发,需要ARX开发环境-AutoCAD template AUTOCAD ARX in the development, the need ARX
- 2022-12-06 13:40:03下载
- 积分:1