创建使用正三角形创建的单位球体,其分辨率由给定的细分数定义。 [V,F] = icosphere(N) 生成包含顶点和面数据的矩阵,以便 patch('Faces',F,'Vertices',V) 生成具有 N 个细分的单位 icosphere。 FV = icosphere(N) 生成与补丁一起使用的 FV 结构。 icosphere(N) 将 icosphere 显示为当前轴上的补丁,并且不返回任何内容。 icosphere 本身使用 N = 3。 icosphere(AX,...) 绘制成 AX 而不是 GCA。 与 MATLAB 内置函数 sphere(N) 的不同之处在于它创建了一个均匀的三角形网格,而不是由堆叠和切片(UV 球体)形成的四边形。
2021-12-28 14:33:44 3KB matlab
1
GeodisTK:​​用于2D和3D图像的测地距离转换工具包 可以通过两种方法来实现图像的测地变换:快速行进和光栅扫描。 快速行进基于速度为F [1]的像素前沿的迭代传播。 光栅扫描基于内核操作,这些内核操作在多遍处理中依次应用于图像[2] [3]。 在GeoS [4]中,作者建议使用3x3内核进行正向和反向传递,以进行有效的测地距离转换,该转换用于图像分割。 栅格扫描以进行测地距离转换。 图片来自[4]。 DeepIGeoS [5]提出将测地距离变换与卷积神经网络相结合,以有效地对2D和3D图像进行交互式分割。 [1] Sethian,James A.“快速行进方法”。 SIAM评论41,没有。 2(1999):199-235。 [2] Borgefors,古尼拉。 “数字图像中的距离转换。” CVPR,1986年 [3] Toivanen,PekkaJ。“用于灰度图像的新测地
2021-09-24 12:53:45 7.38MB C++
1
在VS 2005平台下,写的一个小程序,用于求三维网格模型上两点之间的测地线距离
2021-07-12 21:38:15 15.41MB Geodesic Distance 测地线距离
1
matlab开发-两点间的测地距离。求图像上两点间的最小测地线距离
2021-07-10 11:49:46 2KB 数据导入与分析
1
包含几个函数,用于在二值图像或标签图像中传播倒角距离(欧氏距离的近似值)。 还包含一些用于计算两点之间的测地线距离或用于计算标记粒子的测地线参数(测地线直径、测地线半径...)的函数。 对于距离图的可视化,我建议我的另一个贡献“double2rgb”,也在 FEx 上。 GitHub 上的可用资源: http ://github.com/mattools/matImage(MatImage 库的一部分)。
2021-05-29 21:03:02 515KB matlab
1
非常实用的pointcab开源点云数据处理软件测绘地理信息方向
2021-04-28 14:46:21 101.34MB 大数
1
基于加权测地驱动度量标准的室内场景RGB-D图像超像素
2021-03-12 09:08:38 3.51MB 研究论文
1
基于测地距离的谱聚类,利用测地距离代替欧式聚类,代码以同心圆为样本数据进行实例演示!
2019-12-21 21:34:57 3KB 测地距离 谱聚类 同心圆
1
这是一篇来自science杂志的论文,非常经典!介绍了测地距离在流行降维中的应用。 Scientists working with large volumes of high-dimensional data, such as global climate patterns, stellar spectra, or human gene distributions, regularly confront the problem of dimensionality reduction: Þnding meaningful low-dimensional structures hidden in their high-dimensional observations. The human brain confronts the same problem in everyday perception, extracting from its high-dimensional sensory inputsÑ30,000 auditory nerve Þbers or 106 optic nerve ÞbersÑa manageably small number of perceptually relevant features. Here we describe an approach to solving dimensionality reduction problems that uses easily measured local metric information to learn the underlying global geometry of a data set. Unlike classical techniques such as principal component analysis (PCA) and multidimensional scaling (MDS), our approach is capable of discovering the nonlinear degrees of freedom that underlie complex natural observations, such as human handwriting or images of a face under different viewing conditions. In contrast to previous algorithms for nonlinear dimensionality reduction, ours efÞciently computes a globally optimal solution, and, for an important class of data manifolds, is guaranteed to converge asymptotically to the true structure.
2019-12-21 20:27:34 689KB 测地距离 科学 论文
1