资源简介
用于求取三维点云数据的法向量,我的人脸建模就是用的这个,效果很好,但必须保证点云没有重叠的,否则会出现严重错误。
代码片段和文件信息
function mesh = calcMeshNormals(mesh refNormal)
% mesh = calcMeshNormals(mesh refNormal)
%
% Author : Ajmal Saeed Mian {ajmal@csse.uwa.edu.au}
% Computer Science. Univ of Western Australia
%
% This function takes 3D points and polygon information and creates a new mesh
% from it.
%
% Arguments: mesh - a data structure containing only mesh.vertices and
% mesh.triangles
% refNormal - (optional) vector towards the sensor
% default is [0 0 1]
%
% Return: mesh - a complete mesh data structure with the following fields
% vertices: Nx3 vertex coordinates
% triangles: M triangles using index numbers of the vertices
% resolution: the mean edge length of triangles
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5044 2013-07-16 19:39 calcMeshNormals.m
相关资源
- sicktoolbox 提供激光雷达点云数据的读
- PointCloud3DReconstruction 实现了点云的三
- bianjieXY 程序可以提取点云数据的特征
- 3D-Reconstruction-code-in-matlab 基于Matlab的
- 3D_MATCHing_SIFT matlab环境下的三维点云配
- Gauss-and-Mean-Curvature 用matlab开发的计算
- ICP 点云数据的配准算法
- gridtrimesh 通过MATLAB对点云数据生成三
- 经典的ICP点云拼接配准算法,matlab实
- 三维离散点云有向法矢重建和曲率(
- MATLAB读取显示txt格式点云带数据
- ICP及改进方法点云配准
- getpointsXYZ.rar
评论
共有 条评论