简体   繁体   English

如何在Matlab的坐标平面上对点云进行重新采样?

[英]How to resample a point cloud on a coordinate plane in matlab?

When I read an article about 3D face recognition, I read this sentence: "The corrected 3D face is further resampled with a uniform resolution of 1mm on the xy plane". 当我阅读有关3D人脸识别的文章时,我读了这样一句话:“校正后的3D人脸在xy平面上以1mm的均匀分辨率进一步重新采样”。 I found it on the Internet and only found out how to downsample the point cloud in the whole space. 我在Internet上找到它,然后才发现如何在整个空间中对点云进行降采样。 But the article said that resampling was done on the xy plane。 I tried to contact the authors but there are no response. 但是文章说重采样是在xy平面上完成的。我试图与作者联系,但没有任何回应。 If anyone knows, please enlighten me, thank you! 如果有人知道,请赐教,谢谢!

I guess the text means: resample point cloud of the corrected 3D face at a set of points (x,y,z). 我猜文本的意思是:在一组点(x,y,z)上对校正后的3D面的点云进行重新采样。 (x, y) of these points is of uniform distribution on the xy plane. 这些点中的(x,y)在xy平面上均匀分布。 Then read z of these points. 然后阅读这些点的z。 I haven't read this article or Ref. 我还没有阅读这篇文章或参考。 25 which is about pose normalization. 关于姿势归一化的图25。 I guess point cloud is different from the origin after pose normalization. 我猜想点云与姿势归一化后的原点不同。 Maybe more points so we can downsample. 也许还有更多点,所以我们可以降低采样率。 Maybe we can conjecture some points by interpolation. 也许我们可以通过插值来推测一些点。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM