Description: 计算三维散乱点云的曲率,包括主曲率,高斯曲率和平均曲率。详细内容请见readme文件和demo文件-Calculation of three-dimensional scattered point cloud of curvature, including the principal curvatures, Gaussian curvature and mean curvature. Details please refer to readme files and demo files Platform: |
Size: 133120 |
Author:yangocean |
Hits:
Description: Function to calculate the principal curvatures on a triangular mesh. Approximations of curvature are based on local (N=1) neighborhood elements and vertices.
Note: Directions of curvatures aren t calculated appropriately. Will post an updated version once this is implemented.
Note that calculations at vertices with few adjacent triangles, and hence few adjacent vertices, are expanded to a greater neighborhood.
Reference:
1) Chen and Schmitt (1992) Intrinsic surface properties from surface triangulation
2) Dong et al. (2005) Curvature estimation on triangular mesh, JZUS
This code makes use of routines: buildInverseTriangualtion.m & removeDO.m
initially written by: David Gringas. He is gratefully acknowledged
Platform: |
Size: 22528 |
Author:tao lu |
Hits:
Description: [K,H,P1,P2] = surfature(X,Y,Z) returns the gaussian curvature of a surface (K), mean curvature (H), and principal curvatures (P1,P2). The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed.
Example
[X,Y,Z] = peaks
[K,H,P1,P2] = surfature(X,Y,Z)
surf(X,Y,Z,H, facecolor , interp )
set(gca, clim ,[-1,1])
-[K,H,P1,P2] = surfature(X,Y,Z) returns the gaussian curvature of a surface (K), mean curvature (H), and principal curvatures (P1,P2). The inputs (X,Y,Z) are 2D arrays corresponding to the surface being analyzed.
Example
[X,Y,Z] = peaks
[K,H,P1,P2] = surfature(X,Y,Z)
surf(X,Y,Z,H, facecolor , interp )
set(gca, clim ,[-1,1])
Platform: |
Size: 1024 |
Author:tao lu |
Hits:
Description: 基于主曲率的区域特征检测算子:与MSER类似的基于线条和边缘曲率的检测子-Operator based on the curvature of lines and edges: similar to the MSER detection sub regional feature detection based on the principal curvatures Platform: |
Size: 1014784 |
Author:abing |
Hits:
Description: matlab计算曲率,包括主曲率,高斯曲率和平均曲率的计算方法,测试可用。-matlab computing curvature calculation methods including principal curvatures, Gaussian curvature and mean curvature of the test are available. Platform: |
Size: 135168 |
Author:林建龙 |
Hits:
Description: 基于多相结构的信道化接收机,借鉴了主成分分析算法(PCA),自写曲率计算函数 。- Channelized receiver based on multi-phase structure, It draws on principal component analysis algorithm (PCA), Since writing the curvature calculation function. Platform: |
Size: 6144 |
Author:焦元红 |
Hits:
Description: 自写曲率计算函数 ,已调制信号计算其普相关密度,借鉴了主成分分析算法(PCA)。- Since writing the curvature calculation function, Modulated signals to calculate its density Pu-related, It draws on principal component analysis algorithm (PCA). Platform: |
Size: 7168 |
Author:罗朋华 |
Hits:
Description: 有循环检测,周期性检测,借鉴了主成分分析算法(PCA),自写曲率计算函数 。- There are cycle detection, periodic testing, It draws on principal component analysis algorithm (PCA), Since writing the curvature calculation function. Platform: |
Size: 8192 |
Author:fuiliehing |
Hits:
Description: 自写曲率计算函数 ,多元数据分析的主分量分析投影,实现六自由度运动学逆解算法。- Since writing the curvature calculation function, Principal component analysis of multivariate data analysis projection, Six degrees of freedom to achieve inverse kinematics algorithm. Platform: |
Size: 7168 |
Author:田新明 |
Hits:
Description: 自写曲率计算函数 ,多元数据分析的主分量分析投影,D-S证据理论数据融合。- Since writing the curvature calculation function, Principal component analysis of multivariate data analysis projection, D-S evidence theory data fusion. Platform: |
Size: 6144 |
Author:郑元旗 |
Hits: