-
本程序是在VC++环境下编写的二次样条曲线程序源代码,可直接运行程序,是学习图形学的好帮手。...
本程序是在VC++环境下编写的二次样条曲线程序源代码,可直接运行程序,是学习图形学的好帮手。-This procedure is VC++ Environment prepared quadratic spline curve of source code, can be directly run the program, is a good helper to learn graphics.
- 2022-07-13 12:28:13下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
是用ObjectARX开发AutoCAD初学者很好的例子,说明如何从简单的开发到复杂的...
是用ObjectARX开发AutoCAD初学者很好的例子,说明如何从简单的开发到复杂的-is ObjectARX AutoCAD beginners very good example on how to develop from simple to complex
- 2023-05-08 03:30:02下载
- 积分:1
-
图像旋转,实现二维图像的旋转功能,从而为三维旋转奠定基础...
图像旋转,实现二维图像的旋转功能,从而为三维旋转奠定基础-Image rotation, the realization of two-dimensional image rotation function, so as to lay the foundation for three-dimensional rotation
- 2022-07-27 16:12:49下载
- 积分:1
-
图像的旋转与缩放处理源代码(openCV)
图像的旋转与缩放处理源代码(openCV)-Image rotation and zoom handle the source code (openCV)
- 2023-06-28 09:50:03下载
- 积分:1
-
the transformation matrix. Including zooming and translation, Shear
矩阵的变换。包括缩放、平移、错切-the transformation matrix. Including zooming and translation, Shear
- 2022-02-04 07:17:16下载
- 积分:1
-
输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)...
输入半径及等分点数便可画出相应的圆并且将等分点两两相连(供初学者参考)-radius and the importation of sub-division will draw the corresponding circle will be broken down and on February 2 points connected (for advanced users)
- 2022-05-17 13:48:02下载
- 积分:1
-
一个旋转输出文本的例子,适合初学者进行学习研究。
一个旋转输出文本的例子,适合初学者进行学习研究。-A rotary output of the example text, suitable for beginners to study.
- 2023-02-10 11:45:04下载
- 积分:1
-
Binary image to achieve the expansion of
实现二值图像的膨胀,常用功能等-Binary image to achieve the expansion of
- 2022-08-14 08:29:37下载
- 积分:1
-
轮廓提取算法:效果不错。
很有用的,用C++实现的
轮廓提取算法:效果不错。
很有用的,用C++实现的-It is Useful for Contour Extract in Image
- 2023-01-31 05:25:04下载
- 积分:1