-
the frame for the glsl,is used to 3D
shader编程实用框架,用于3D编程,对于常用shader 编程人员很实用,不用进行繁琐的搭建shader 框架-the frame for the glsl,is used to 3D
- 2022-07-19 01:31:32下载
- 积分:1
-
基于Astar算法的最优路径算法生成程序(内附测试图)
应用背景
基于Astar算法的最优路径算法生成程序(内附测试图):
可应用于三维地形路径自动生成,最优路径选择,计算机图形可视化领域。
关键技术
包含Astar算法实现,使用qt编写界面ui,使用osg三位渲染引擎加载三维地形,并显示可视化路径。
可鼠标点击生成路径的起点和终点,具备良好的用户交互。
- 2022-10-01 10:30:11下载
- 积分:1
-
with MFC Dll image processing package for Delphi, such as development called vb
用MFC封装图象处理Dll供delphi,vb等开发调用-with MFC Dll image processing package for Delphi, such as development called vb
- 2023-03-05 07:30:03下载
- 积分:1
-
此方法得到的凸壳总是逆时针顺序,可用于任意简单多边形。...
此方法得到的凸壳总是逆时针顺序,可用于任意简单多边形。-This method of Convex Hull is always counter-clockwise order, can be used for any simple polygon.
- 2022-07-10 15:40:48下载
- 积分:1
-
开发工具:DirectX 9.0,VisualC++,极棒的水的模拟。
开发工具:DirectX 9.0,VisualC++,极棒的水的模拟。-Tools : DirectX 9.0, VisualC++, most of the water wand simulation.
- 2022-06-15 01:51:38下载
- 积分:1
-
可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法...
可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。解压密码 本站默认解压密码:www.supcode.com -many people may have thought about the need to achieve some of the relatively large number of factorial. But C is the standard data types of its storage space is too small, it is impossible to achieve. We can through other methods to achieve this procedure with a very simple algorithm for the factorial, the procedures are short, is also very simple, and Notes everywhere, I believe we can easily understand them Download source VC6.0 after the open and then compile it to run. After some procedural changes can achieve greater number of factorial, interested readers at the end of the procedure after a try hands, Fun for all at! ! Hope this process will give us some help. There may be many procedural deficiencies that warm welcome to you all
- 2022-01-25 17:48:42下载
- 积分:1
-
C语言实用数字图象处理,内容包括图象处理的基本技巧及实用的源代码。...
C语言实用数字图象处理,内容包括图象处理的基本技巧及实用的源代码。-C language practical digital image processing, including image processing, the basic skills and practical source code.
- 2022-10-27 07:00:03下载
- 积分:1
-
色彩空间的转换 ColorTransform RGB与LAB互转
应用背景在图像处理中,有时需要将真彩色图像转换到其他色彩空间进行处理,已获得更好的处理结果,即从RGB空间转换到LAB或者HSI空间等,处理后为迎合人眼需求一般要将其他色彩空间的处理结果再次转换到RGB空间。本代码即实现了RGB与LAB的互转。关键技术
在色彩空间的正向转换中(RGB to LAB):采用的是九级均匀分割建模,棱柱差值;
在反向转换中(LAB to RGB):采用的是多项式回归方法。
- 2022-05-05 08:48:48下载
- 积分:1
-
在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法...
在VB环境下实现各种2D图形画线算法,具体包括:数值微分法,中点画线法,Bresenham画线法-In the VB environment to achieve a variety of 2D graphics line drawing algorithm, including: numerical differential method, in stipple line method, Bresenham drawing line method
- 2022-01-31 04:39:10下载
- 积分:1
-
用罗伯特subcomputioner彩色图像边缘检测,真彩色图像编程…
利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RGB) using Robert subcomputioner.
- 2022-06-14 09:54:39下载
- 积分:1