搜索资源列表
3dmesh
- 这是一个非常不错的三维模型示例,其中包含了许多有用的技术,比如多边形网格模型的面切割,减面算法在IDL中的应用等等。全部源码,请找到程序中filename变量更改文件绝对路径,才可以读取到数据。强力推荐。
Surface
- 使用OpenGL对三维模型进行切割,显示出切割面,鼠标双击模型上的某个地方,确定一个点,连续三次,确定三个点,从而确定一个平面,此平面会将模型切割,显示出切割面
planeWidgetCut
- 用VC和VTK实现,对于三维重建后头颅模型进行虚拟切割,三维重建采用体绘制技术,程序实现了任意的平面切割-VTK with VC and the realization of three-dimensional reconstruction of the skull model after virtual cutting, three-dimensional reconstruction using volume rendering techniques, and procedures to a
3Dmesh
- 三维图形的切割就是要把三维网格模型进行切割然后以等值线显示切面上的数值。运用适当的三维图形显示技术和可视化C++编成技术来实现的。-Three-dimensional graphics of the cut is to take three-dimensional grid model and then cut the contour values on the display section. Use of appropriate three-dimensional graphics disp
StencilTest
- stencil test的基础,针对整个rendering的结果执行mask的效果,基于此可以依照模型的轮廓来切割图像。-stencil test basis, rendering the results for the entire mask the effect of the implementation, in accordance with the model based on this can be to cut the outline of the image.
A-Fusing-Color-and-Gradient-Features-Approach-to-R
- 本文通过融合图像的颜色和梯度特征 ,实现了一种实时背景减除方法。首先融合颜色和梯度特征建立新的能量函数 然后基于图切割算法最小化能量函数 ,并对前景P 背景进行分割 最后使用光流验证前景区域的真实性 ,并更新背景模型。- Based on the fusion of color and gradient features , this paper implement s a novel approach to real-time background subtraction.Firstly ,
MeshSegmentation
- 基于区域增长法的模型切割 很适于初学者对opengl和三维模型的学习-Model-based region growing method is suitable for beginners cutting and three-dimensional model of the learning opengl
06204324
- 一种和基于图形切割和广义高斯模型的遥感图像变化检测-A remote sensing image change detection and graphics-based cutting and GGM
MeshSegmentaion-And-Evaluation
- OpenGl与vs2005实现3D网格模型的交互显示、分割、切割和评价操作,含有多个模块,对想学习网格模型的学者有较好帮助。-OpenGl 3D mesh models with vs2005 implement interactive display, split, cut and uate operations, comprising a plurality of modules, to want to learn the grid model to help scholars bette
RiverCutting
- 河道面切割算法,基于ArcGIS的数字高程模型编写-Calculating dem in arcgis
matlab
- 三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。 matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标 “三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模
Handle3DS
- VTK结合MFC切割导入的3DS格式模型文件,带有交互,通过一个切割框,vtkBox来切割指定模型的指定位置。(VTK combines the 3DS format model files imported with MFC, with interaction, through a cut box, and vtkBox to cut the specified location of the specified model.)