登录
首页 » 图形图像 » 一个外国学生做的关于vtk的学习资料,vtk的参考资料

一个外国学生做的关于vtk的学习资料,vtk的参考资料

于 2023-09-05 发布 文件大小:5.01 MB
0 141
下载积分: 2 下载次数: 1

代码说明:

一个外国学生做的关于vtk的学习资料,vtk的参考资料-A foreign student on VTK to do the learning materials, vtk reference

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 这个程序是应用两种变换式(即:1.保持观测系统2.改变观测系统)来绘制三维...
    这个程序是应用两种图形变换形式(即:1.保持观测系统2.改变观测系统)来绘制三维图形-This procedure is the application of two types of graphics transform form (ie: 1. To maintain observing systems 2. To change the observing system) to draw three-dimensional graphics
    2022-11-26 01:25:03下载
    积分:1
  • 生成火焰的程序; 在样、游戏里面可以使用,挺好的
    生成火焰的程序; 在图样、游戏里面可以使用,挺好的-generation flame; In graphics, the game which can be used, in very good shape;
    2022-11-29 21:20:08下载
    积分:1
  • 用于实现16个拒绝做的,高显示程序,想学习…
    用turboC实现的16位dos下的高色彩显示程序,想学学底层图形模式的朋友可以来看看。主要是中断的使用。-used to achieve the 16 dos, the high color display program, would like to learn the underlying graphics mode can be a friend to look at. The main use is broken.
    2022-01-25 22:32:16下载
    积分:1
  • 基于sift的拼接技术
    应用背景 SIFT特征匹配算法, 在没有先验知识条件下, 对旋转、尺度缩放、光照、视角变化等图像变化因素保持一定鲁棒性, 且对低重叠区域(30%左右的相似重叠区域)、部分遮挡(只出现在其中一张图上的物体)和噪声等因素也保持较好的可匹配性。可用于多尺度下的特征匹配,以及鲁棒性的图像拼接。 关键技术 1.高斯尺度空间极值检测 2.特征点位置的确定 3.特征点方向的分配 4.生成SIFT特征向量 5.图像拼接 6.图像融合 提取图像的sift特征,构造特征描述子,基于sift特征构造BBF-tree,根据描述子之间的欧式距离进行初步的匹配,然后进过鲁棒的Ransac估计出最佳运动模型H,然后用距离加权的方法在重叠区进行融合。
    2022-01-26 00:03:58下载
    积分:1
  • The phase difference based on blind deconvolution algorithm, vogel
    基于盲解卷积的相位差算法,图像恢复,文件包里面有仿真和LBFGS优化算法-The phase difference based on blind deconvolution algorithm, vogel
    2022-09-15 20:45:04下载
    积分:1
  • 解压后的文件为基于MATLAB开发的很多绘程序。
    解压后的文件为基于MATLAB开发的很多绘图程序。-unpacked a document based on MATLAB development for the many drawing program.
    2022-06-21 02:07:42下载
    积分:1
  • GDI+是对GDI的一个令人兴奋的扩展,但由于某些原因,它没有提供绘制圆角矩的函数,虽然我们可以在GDI+中使用GDI中的函数,但这样一来我们没办法在圆角矩...
    GDI+是对GDI的一个令人兴奋的扩展,但由于某些原因,它没有提供绘制圆角矩形的函数,虽然我们可以在GDI+中使用GDI中的函数,但这样一来我们没办法在圆角矩形中使用GDI+中的纹理和透明色等新特性。怎么办?GDI+中有一个GraphicsPath 的类,我们可以用它构造各种形状并且可用任何画刷来填充这些形状。本源码中提供了一个可以加到任何工程中的函数,并用它来绘制了一个圆角矩形,矩形的远郊程度可以通过一个滑动条来设置-GDI GDIGDI How? GDI is a GraphicsPath the category, we can use it for all sorts of shapes and structures available to any brush painting to fill these forms. The source provided a project can be added to any of the functions, and use it to draw a rectangular fillet, rectangular extent of the suburbs of the city through a sliding strip to set up
    2022-05-17 07:54:37下载
    积分:1
  • 将窗体编译成类库 将窗体编译成类库
    将窗体编译成类库 将窗体编译成类库 -Will be compiled into a class library will form the form will be compiled into a form library will be compiled into a class library compiled form
    2022-10-17 20:25:03下载
    积分:1
  • 该源码能画直线、圆、矩,另外还有选择、缩放、移动功能,可以保存。...
    该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。-The paint can draw a straight line, round, rectangular, in addition to selection, zoom, mobile features, you can save the graphics.
    2022-01-28 17:13:34下载
    积分:1
  • opengl纹理映射绘制场景,给出顶点的纹理坐标和几何坐标 在绘制纹理映射场景时,不仅要给每个顶点定义几何坐标, 而且也要定义纹理坐标。经过多种变换后,...
    opengl纹理映射绘制场景,给出顶点的纹理坐标和几何坐标 在绘制纹理映射场景时,不仅要给每个顶点定义几何坐标, 而且也要定义纹理坐标。经过多种变换后,几何坐标决定顶点在屏幕 上绘制的位置,而纹理坐标决定纹理图像中的哪一个纹素赋予该顶点-texture mapping opengl rendering scenes given vertex texture coordinates and geometric coordinates in the texture mapping rendering scenes, not only to give the definition of the geometric coordinates of each vertex, but also the definition of texture coordinates. After a variety of transformation, the geometric coordinates of vertices on the screen decided to draw the location where the texture image Texture coordinates decide which one gives the Su-Wen vertex
    2022-08-06 12:53:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载