-
计算模型OBB的8个点
本源码完整给出了一个接口函数;
用户只需要给出一个模型文件名称,函数返回需要的8个OBB的顶点;
算法使用开源osg作为基础库函数,先抽取模型的所有的点,接着计算协方差矩阵,继而求解三个特征向量作为OBB的三个轴;在此基础上给出模型OBB的八个顶点;
- 2023-07-28 11:10:03下载
- 积分:1
-
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。...
因为VTK可视化工具包具有的强大的功能,可视化领域的研究人员很多都在应用它。本压缩包是在VC下编写的一个使用vtk实现平面生成的例程。-Because the VTK visualization toolkit with powerful functionality, visualization research in the field of personnel and many of them in the application of it. The compressed packet is prepared with a VC using VTK realize plane generated routines.
- 2023-05-18 18:25:03下载
- 积分:1
-
图片管理系统 (数据库版)
图片管理系统 (数据库版)-Photo Management System (database version)
- 2022-03-21 17:41:35下载
- 积分:1
-
基于的图像旋转,实现图像放大缩小的程序,很好用的
基于的图像旋转,实现图像放大缩小的程序,很好用的-Based on the image rotation, zoom image of the process, well used
- 2022-06-20 02:03:05下载
- 积分:1
-
This is a detailed article, DCT transform, from basic DCT transform to fast DCT...
这是一篇详细介绍DCT变换的文章,从基本DCT变换到快速DCT变换,并给出了原码。-This is a detailed article, DCT transform, from basic DCT transform to fast DCT transform, and gives the original code.
- 2022-02-22 07:08:25下载
- 积分:1
-
C与C++图像处理编程源代码.BMP解析原代码,已经经过测试验证.能够显示1024*1024 2^24种颜色...
C与C++图像处理编程源代码.BMP解析原代码,已经经过测试验证.能够显示1024*1024 2^24种颜色-C and C image processing program source code. BMP analytic original code, already after testing. to demonstrate 1024* 1024 2 ^ 24 colors
- 2022-06-19 10:00:26下载
- 积分:1
-
一个简单的绘图程序,有背景图片,适合初学者学习 绘制图形,包括设置颜色,线条粗细,...
一个简单的绘图程序,有背景图片,适合初学者学习 绘制图形,包括设置颜色,线条粗细,-A simple drawing program, there are background images, suitable for beginners to learn drawing graphics, including the erection of color, line thickness,
- 2022-04-11 19:29:03下载
- 积分:1
-
zbuffer算法常用于3维图形的消隐,以及布尔运算,vc编的。
zbuffer算法常用于3维图形的消隐,以及布尔运算,vc编的。-zbuffer algorithm commonly used in the blanking of the 3-dimensional graphics, as well as Boolean, vc series.
- 2023-02-13 03:10:04下载
- 积分:1
-
cubic Bezier curve Although the Second Principle Bezier curve with a similar, bu...
三次Bezier曲线虽然原理跟二次Bezier曲线的类似,但是具体编程时还是有很多地方需要注意,因实际应用中三次Bezier曲线的作用越来越大,所以编了此程序以供参考-cubic Bezier curve Although the Second Principle Bezier curve with a similar, but specific programming when there are still many areas that need attention, according to the actual application of cubic Bezier curves bigger role, so part of this program for reference
- 2022-06-13 15:42:13下载
- 积分:1
-
图像二值化的c++程序
用vc实现图像的二值化,并且代码分块执行,简单易懂。对于需要分块儿程序的用户很有用处。
- 2023-09-03 19:40:03下载
- 积分:1