-
Sobel/Kirsch edge detection algorithm VC Visual Realization
Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel/Kirsch edge detection algorithm VC Visual Realization
- 2023-06-07 23:05:03下载
- 积分:1
-
一个不错的画图工具,挺好用的。有基本的工具
一个不错的画图工具,挺好用的。有基本的工具-A good drawing tool, good used. Basic tools
- 2023-04-30 17:30:04下载
- 积分:1
-
绘制Bezier曲线
Bezier曲线是一种广泛应用于外形设计的参数曲线,它通过对一些特定点的控制来曲线的形状,这些点即为控制顶点。本程序代码基于对Bezier曲线的理解,采用opengl中关于曲面方面的相关应用,在VisualC++中绘制Bezier曲面。
- 2023-02-17 04:05:03下载
- 积分:1
-
根据控点 绘制Bezier曲线 可控制控点改变形状
根据控点 绘制Bezier曲线 可控制控点改变形状-According to Bezier curve control points can control the mapping control points to change the shape of
- 2022-03-06 10:58:44下载
- 积分:1
-
这是一个matlab环境下的关于图像频谱分析的源代码,内附图像。...
这是一个matlab环境下的关于图像频谱分析的源代码,内附图像。-This is a Matlab environment on the image spectrum analysis of source code, containing images.
- 2022-03-02 22:50:15下载
- 积分: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-03-21 18:11:21下载
- 积分:1
-
很好的图像处理软件,无需密码,推荐下载,
很好的图像处理软件,无需密码,推荐下载,-Very good image processing software, without password, recommended download
- 2022-02-25 21:55:05下载
- 积分:1
-
这是一个图形化界面的操作系统功能演示程序.包括进程,内存和设备管理...
这是一个图形化界面的操作系统功能演示程序.包括进程,内存和设备管理-This is a graphical interface to the operating system demonstration program. Including the process, memory and device management
- 2022-12-26 00:35:04下载
- 积分:1
-
VC6下VTK体绘制,然后boxwidget多角度任意切体数据
VC6下VTK体绘制,然后boxwidget多角度任意切体数据-VTK volume rendering under VC6, and then arbitrarily cut boxwidget multi-angle data
- 2023-06-11 05:05:03下载
- 积分: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