搜索资源列表
OpenGL
- : NURBS 方法因其表示法的同一性、形状控制灵活性,在曲面造型和重构中具有重要作用. 该文通过分析,完 成了在MFC 中用OpenGL 实现NURBS 曲面的绘制及裁剪,为在逆向工程中实现基于型值点的曲面拟合和裁剪奠 定了基础.-: NURBS said because of the Identity Act, shape control flexibility. In surface modeling and remodeling plays an important role.
TrSurf
- OpenGL,vc++,曲线曲面,点云等集合源码,适合计算机图形学,反求工程等专业学习
nurbs
- opengl绘制nurbs曲线曲面 新建文档.txt:nurbs曲线的说明 what is~.txt:msdn关于nurbs曲线函数的说明 nurbs绘制.cpp:自己做的画nurbs曲线的程序,可以拖动点 cpp1.cpp:nurbs曲线,网上的实例 cpp2.cpp:nurbs曲面,也是网上的实例 bezier.cpp:画bezier曲线的程序
qumianfit
- 根据输入点拟合曲面 结合opengl对曲面进行拟合
在VC++中使用OpenGL绘制典型曲面
- 基本几何图元是OpenGL进行建模的最基本的方法,但其对较复杂真实物体的建模则比较困难。对于这些复杂物体的建模,需要用到OpenGL基本库和功能库函数(gl库和glu库)以对图元进行扩展并完成法向计算、曲线生成和曲面构造等内容。这种对基本图元的扩展实际也就是对点、线及多边形的扩展。OpenGL中定义的点可具有不同大小的尺寸,其扩展的函数形式为:
rbf2.rar
- 通过径向基函数将散乱数据点云重构为三维隐式曲面,RBF
RPIM_sh96close2d.rar
- 用无网格径向基点插值法,由少数离散点信息,插值拟合出密集点信息,对简单及复杂曲面都可,准确率高,meshless radial basis point interpolation method, fits the simple and complex surface, acurate
Surface_Ge
- 三维曲面重建,由点云POINTS构造三维曲面.在MFC框架上,用OPENGL编程-Surface Generation (3D) using OpenGL. The purpose was to create a program that could graph functions of 2 variables (3D functions).
TyreArithmetic
- 此程序采用C++builder开发平面任意点在空间曲面圆柱体上映射的点的三维坐标程序,曲面圆柱体的横截面和平面点坐标由用户输入。-This procedure using C++ Builder development of planar arbitrary point in space on the cylinder surface mapping of the three-dimensional coordinates of the point process, surface cross-
Nurbers
- 一个用于处理pts文件并重构和生成Nurbers曲面的程序——主要用于验证点云文件。-One for handling pts file and Nurbers Surface Reconstruction and generate the procedure- the main point cloud is used to verify documents.
ZHD
- 曲面求交线 提取点,点的坐标能显示出来-Extracting surface intersection point, point coordinates can be displayed
Surface
- 结合VC和OPENGL绘制NURBS曲面实例程序,可以显示控制点和网格形式-Combination of VC and OPENGL rendering NURBS surface sample programs, you can show the control points and grid forms
NURBSsurfaceCode
- 本代码用VC和OpenGL写成,通过给定的控制顶点生成NURBS曲面,在曲面造型,数控加工检测仿真方面有一定用处-The use of VC and OpenGL code written by a given control vertex generation NURBS surface, at surface modeling, CNC machining Detect must have regard to the usefulness of simulation
Recon.940503b
- 作者:Hugues Hoppe, University of Washington. 输入:散乱数据点云 输出:三维曲面-surface reconstruction
NurbsProj
- 开发的可将扫描获得点云数据 生成nurbs曲面的小程序-Development can be scanned point cloud data generated nurbs surfaces of the small programs
3.RAR
- 用OpenGL,vc++编写的曲线曲面,点云等集合源码,适合计算机图形学,反求工程等专业学习-Using OpenGL, vc++ written in curves and surfaces, such as a collection point cloud source for computer graphics, reverse engineering and other professional learning
grid
- 在Visual Studio 环境下,用C#作为开发语言,opengl作为显示工具。采用三次样条作为插值方法,绘制有限个点构成的光滑曲面。-In Visual Studio environment, using C# as development language, opengl as the display tool. Using cubic spline as the interpolation method, a finite number of dots to draw a smooth
NURBSSURFACE
- 根据已知的控制顶点,求解非均匀有理B样条曲面上的点的程序,继而显示出整个非均匀有理B样条曲面,求解点的数据没有显示出来,只显示曲面-According to the known control points, solving the non-uniform rational B-spline surface point on the program, and then displays the entire non-uniform rational B-spline surface, solvi
Opengl-draw-the-3D-curved-surface
- 在 opengl 环境下,绘制3D曲面,可以用来模拟点云的配准等功能-use the opengl to draw the 3D curved surface.
199507
- 对给定的点,进行B样条拟合,形成自由曲面网格,然后进行着色。-Given point, the B-spline fitting, and the formation of free-surface mesh, and then coloring.