CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - point 3d

搜索资源列表

  1. 3D-TIN

    0下载:
  2. 读取点数据,构建三维TIN,再添加纹理显示三维地形-Read the point data to construct three-dimensional TIN, then add three-dimensional terrain textures show
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-08
    • 文件大小:253388
    • 提供者:
  1. sanjiaopoufen

    1下载:
  2. 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and
  3. 所属分类:Special Effects

  1. 利用OpenGL实现三维地形

    1下载:
  2. 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
  3. 所属分类:3D图形编程

    • 发布日期:2017-03-22
    • 文件大小:82362
    • 提供者:周倩倩
  1. 3D-Wave

    0下载:
  2. 纯VB代码实现的3D空间效果,投影三维坐标系中的点P到平面中-Pure VB code of the 3D space, a projection point of three-dimensional coordinate system to the plane P
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:7665
    • 提供者:秦伟
  1. 3D_copy_2

    1下载:
  2. 用C++编写的实现LIDAR点云的读取和滤波的程序代码。-Prepared using C++ implementation of LIDAR point cloud filtering of the read and program code.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5625450
    • 提供者:Lin Xi
  1. points_and_triangles_operation

    2下载:
  2. 里面包扩点云模型的各种操作,以及三角网格的各种操作。非常经典哦!-Inside the package extended to a variety of point cloud model of operation, as well as the triangular mesh the various operations. Oh, very classic!
  3. 所属分类:3D Graphic

    • 发布日期:2016-06-15
    • 文件大小:534596
    • 提供者:ding
  1. 3dmodeling

    0下载:
  2. this is a 3d program,it create a 3d object and it can rotate 360 degree.u can create any object with plotting point on it.-this is a 3d program, it create a 3d object and it can rotate 360 degree.u can create any object with plotting point on it.
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-14
    • 文件大小:2117962
    • 提供者:nyk
  1. Ccode2.tar

    1下载:
  2. c语言计算几何 三角化 Ch1, Code 1.14 凸形外壳[2D] Ch3, Code 3.8 凸形外壳[3D] Ch4, Code 4.8 球 Chapter 4, Fig. 4.15 德劳内类型 Ch5, Code 5.2 ...See *English version.-\Computational Geometry in C\ the book s recipe Triangulate Chapter 1, Code 1.14 /tri Convex
  3. 所属分类:Special Effects

    • 发布日期:2016-08-10
    • 文件大小:57095
    • 提供者:XJ
  1. scanalyze-1.0.3

    0下载:
  2. 3D point cloud Reconstruction!
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-21
    • 文件大小:6420764
    • 提供者:朱笑愚
  1. rigid_motion

    0下载:
  2. 刚性位置变化计算,输入物体在空间坐标系中的坐标,以及旋转向量和平移向量,计算其在摄像机坐标系中的坐标。- [Y,dYdom,dYdT] = rigid_motion(X,om,T) Computes the rigid motion transformation Y = R*X+T, where R = rodrigues(om). INPUT: X: 3D structure in the world coordinate frame (3xN matrix for
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:775
    • 提供者:shuang
  1. WebSamples

    0下载:
  2. MSChart是微软发布的.NET 3.5框架下的图表控件,功能强劲,基本上能想到的图表都可以使用它绘制出来,常见的:点状图、饼图、柱状图、曲线图、面积图、排列图等等,同时也支持3D样式的图表显示,给图形统计和报表图形显示提供了很好的解决办法,同时支持Web和WinForm两种方式,不过缺点也比较明显,只能在最新的开发环境中使用,需要.Net 3.5 Sp1以及VS 2008的开发环境。 -MSChart Microsoft released. NET 3.5 framework of the
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-14
    • 文件大小:4021448
    • 提供者:琥珀沙漏
  1. 3D

    0下载:
  2. 三维绘图程序.这是一个项目时使用到的"三维空间向量/点"类及相关函数,使用它们可以定义一个空间向量/点,实现向量的平移,缩放和旋转等,使用相关函数还可以实现两向量的叉乘,得到一个向量的绝对长度,将一个向量单位化,得到一个三点决定的平面的垂直向量(经过单位化),得到空间中两点的距离,得到两向量的点积,得到两向量的夹角等操作,为方便用户的使用,每个函数都有详细的注释,希望对大家有所用处.-Three-dimensional drawing program. This is a project to
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7286863
    • 提供者:318
  1. 3D

    0下载:
  2. 程序为一年前写作,本计划修完D3D后重新修改,但是由于GUI绘制效率太低,同时也没有任何应用价值。所以保持到现在。 程序采用SetPixel()为基础绘制出了彩色立方体。 消隐采用的是背面剔除,裁剪也是采用的简单方式。 同时附带有简单的摄象机类,可以移动到不同角度观看图形。 使用: 鼠标左右上下旋转观察角度(完全自由的摄象机)。 键盘上下左右控制移动方向。 在3D图形方面如果允许,个人完全可以实现D3D的渲染管线(硬件部分没办法)-Writin
  3. 所属分类:Graph program

    • 发布日期:2017-05-06
    • 文件大小:1254967
    • 提供者:xiaoxi10086
  1. 3D

    0下载:
  2. 运用VC编程实现点的三维显示,以方便我们对点的应用-Programming using VC point of three-dimensional display, in order to facilitate the application of the point
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-16
    • 文件大小:4185261
    • 提供者:曾丹
  1. CameraCalib

    0下载:
  2. Camera Calibration, Mapping a point from 3D coordinates to 2D image plane
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-15
    • 文件大小:23971
    • 提供者:Hisham
  1. chonggou

    2下载:
  2. 给出三维点云的X,Y,Z坐标,重构出三维图像,其中用到了三角网格法和规则化坐标法。-Given 3D point cloud X, Y, Z coordinates, three-dimensional reconstructed images, which uses a triangular coordinate grid method and rules of law.
  3. 所属分类:3D Graphic

    • 发布日期:2015-05-27
    • 文件大小:656
    • 提供者:rongwei
  1. 3D-reconstruction

    0下载:
  2. 。在单幅影像中,首 先将平行线分成分别平行于X 、Y、Z 坐标轴线的“三组”平行线,然后利用间接平差,求得它们的灭点X ∞、Y∞、Z ∞ 进而求取影像的内方位元素x0 、y0 、f 与三个角元素φ、ω、κ。并在假定房屋长度为L 基础上,同时解求影像的摄站 坐标XS 、YS 、ZS 与房屋的宽度W、高度H, 从而实现房屋的三维重建。-. In the single image, were first divided into parallel lines parallel to th
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-17
    • 文件大小:391581
    • 提供者:jun
  1. Triangle-of-Point-Cloud

    2下载:
  2. Matlab 三维点云三角化 不是平面域的三角化 是三维点云三角化 亲身测试绝对可用!-Triangle of Point Cloud
  3. 所属分类:3D Graphic

    • 发布日期:2015-05-27
    • 文件大小:4846592
    • 提供者:hdchina2010
  1. 3D茶壶旋转视点

    0下载:
  2. visual c++实现openGL3D茶壶旋转视点,语言简洁,入门(Visual c++ realizes the openGL3D teapot rotation point of view, the language is concise, the introduction)
  3. 所属分类:图形图象

  1. OpenGL-3D框选

    0下载:
  2. OpenGL环境下读入3D点云,任意角度下鼠标对点云进行框选。(In the OpenGL environment, read the 3D point cloud, and at any angle the mouse can box the point cloud.)
  3. 所属分类:OpenGL

    • 发布日期:2018-04-23
    • 文件大小:7135232
    • 提供者:YangXG
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com