-
vtk slice 三维取切片
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
- 2022-09-18 12:05:03下载
- 积分:1
-
Simple OpenGL Classes GLSrc.zip
Simple OpenGL Classes GLSrc.zip
- 2023-01-09 21:10:04下载
- 积分:1
-
Jos Stam realize the
实现Jos Stam 的的源程序。也是2D烟雾模拟(基于物理模型)的重要参考程序。-Jos Stam realize the
- 2022-05-16 00:13:19下载
- 积分:1
-
OpenGL Super Bible III all of the examples and code
OpenGL超级宝典III所有的例子和代码-OpenGL Super Bible III all of the examples and code
- 2022-03-17 12:59:13下载
- 积分:1
-
这是一个用vc+OpenGL做的简单的骨骼动画的例子
这是一个用vc+OpenGL做的简单的骨骼动画的例子-vc OpenGL do with the simple skeletal animation example
- 2022-02-01 22:53:11下载
- 积分:1
-
面积法计算图像的分维,前面几行表示用一曲线扩展为曲面,请根据自己的实际情况改动...
面积法计算图像的分维,前面几行表示用一曲线扩展为曲面,请根据自己的实际情况改动-Area method to calculate the fractal dimension images, in front of a few lines with a curve that extended to surface, please according to their own changes to the actual situation
- 2022-03-24 22:52:02下载
- 积分:1
-
coons 边界曲面的构造例子,用opengl进行可视化,
coons 边界曲面的构造例子,用opengl进行可视化,-coons tectonic boundary surface, by using opengl for visualization,
- 2022-03-21 13:28:52下载
- 积分:1
-
Nurbs Nurbs else NURBS
Nurbs Nurbs else NURBS-NurbsNurbsNurbsNurbs else NURBS
- 2022-09-10 01:10:03下载
- 积分:1
-
opengl 编程的基本框架之二,送给出学opengl得人
opengl 编程的基本框架之二,送给出学opengl得人-opengl programming the basic framework of two, gave up the right people learn opengl
- 2023-03-09 14:45:03下载
- 积分:1
-
This is my Robotics project, the code is implemented on a robot and the robot is...
This my Robotics project, the code is implemented on a robot and the robot is searching the room for a pre-defined color, and takes the object to the home station (pre-defined by a different color.
Really cool! enjoy.-This is my Robotics project, the code is implemented on a robot and the robot is searching the room for a pre-defined color, and takes the object to the home station (pre-defined by a different color.
Really cool! enjoy.
- 2022-01-25 23:37:06下载
- 积分:1