搜索资源列表
wxyt.rar
- 读取卫星云图,并计算卷云边的长度曲率等matlab实现,Read cirrus satellite image and calculate the length of curvature, such as edge
sanjiaopoufen
- 在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
document
- 云计算模式在线图片处理 原理与实现 本文档叙述的是自主研发了一套适用于富客户端的云计算模型,使富客户端模式的程序能够和云计算模式相结合。 富客户端程序综合了C/S架构和B/S架构的优点,解决了B/S架构的弊端,提高了Web应用的用户体验,可以使程序直接在浏览器中运行。云计算是将计算提交至服务器端进行,并可在云端存储数据(云存储),两者结合,可以最大限度的解除程序对客户端硬件设备的依赖。 本系统将上述模型应用于需要海量计算的大图像处理中,是前所未有的,极大的提高了处理效率。
hadoopGIS
- hadoop是众所周知的云计算平台,hadoopGIS是基于hadoop进行云GIS试验的成果,实现在云环境下的数据存储、读取等功能-hadoop is well known cloud computing platform, hadoopGIS for cloud hadoop GIS based on test results, achieved under the cloud of data storage, reading and other functions
NormFet_WindowsXP_src
- 计算点云数据的法向量和局部特征,以备三维重建运用-The normals and features can be computed from a point cloud using the NormFet software
GraphicsHomework
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
cvery_345636323
- 点云数据计算曲率的算法实现 点 云数据计算曲率的算法实现-Point cloud computing algorithm curvature point cloud computing algorithm curvature curvature point cloud computing algorithm
Gauss-and-Mean-Curvature
- 用matlab开发的计算给定曲面点云的,高斯和平均曲率图-Matlab calculation developed by a given surface point cloud, the Gaussian and mean curvature map
cloud
- 基于云计算平台的手写识别系统.zip, 希望大家喜欢-Cloud-computing platform based on handwriting recognition system. Zip, cloud-computing platform based on handwriting recognition system. Zip, hope you like
sanweizuobiao
- 利用SSD算法计算图像对视差,并求出三维点云坐标-SSD algorithm to calculate the parallax and to calculate the coordinates of the 3D point cloud
TargetRecognition
- 点云标靶识别,根据反射率或其它坐标条件,提取标靶中心点坐标,计算离原点的距离值。-Point cloud target recognition, get target center point coordinates based on reflection or other coordinates, and computer distance to origin.
metch-0.5.0.tar
- FEM表面网格配准工具箱,通过计算最优仿射变形参数得到点云的配准。-FEM surface grid alignment toolbox, by calculating the optimal affine deformation parameters of the point cloud registration.
jianhua
- 三维店云的简化,在多个点云中需要对店云进行简化,使得后期计算量减少-this is a program of point cloud simplify
meshArea
- 用于计算在三维点云处理过程中的局部点云面积估算,精度很高。-Used to calculate the three-dimensional point cloud processing local point cloud area estimation accuracy is very high.
SVD_RT
- 目的:根据刚体变换理论计算rt矩阵,点云在旋转前后发生刚体变换,并不会对点云数据的模型进行改变 相对于最小二乘法的直接计算点云的方法,A=R*B,>> R=(A*B )*[inv(B*B )] 与该方法相比,该方法最直观, 但是会引起点云模型变形,该方法求出的rt,矩阵不是正交矩阵,而下面的方法则是刚体变换,不会引起点云数据 模型的变形-Objective: according to the theory of rigid body transformation ma
SVD_Registration
- 奇异值分解的点云配准,输入点云的源坐标和目标坐标,计算期望的旋转矩阵和平移向量。-Singular value decomposition point cloud registration, input the source and target point cloud coordinates to calculate the expected rotation matrix and translation vector.
Quater_Registration
- 四元数分解的点云配准,输入点云的源坐标和目标坐标,计算期望的旋转矩阵和平移向量。-Quaternion decomposition point cloud registration, input the source and target point cloud coordinates to calculate the expected rotation matrix and translation vector.
demo_MLS
- matlab算法——计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率-matlab algorithms- calculate the three-dimensional curvature of scattered point cloud, including the main curvature, Gaussian curvature and the mean curvature
estimate_normal
- 计算点云表面的法线向量(computes the vector normal of surface of the point cloud)
PCL体素栅格滤波器
- 基于PCL的点云滤波中的体素栅格滤波算法,将点云数量过于庞杂的点云文件进行简化但保留其特征,减少后续处理的计算量(PCL VoxelGrid filter)