Hidden Point Removal

版本 1.0.0.0 (1.6 KB) 作者: Sagi Katz
Approximates visbile points in an N dimensional point cloud, as seen from a given viewpoint
2.2K 次下载
更新时间 2007/10/5

查看许可证

Approximates visbile points in an N dimensional point cloud, as seen from a given viewpoint.
This is the most basic implementation of:
"Direct Visibility of Point Sets",
Sagi Katz, Ayellet Tal, and Ronen Basri. SIGGRAPH 2007

Usage:
visiblePtInds=HPR(p,C,param)

Input:
p - NxD D dimensional point cloud.
C - 1xD D dimensional viewpoint.
param - parameter for the algorithm. Indirectly sets the radius.

Output:
visiblePtInds - indices of p that are visible from C.

引用格式

Sagi Katz (2024). Hidden Point Removal (https://www.mathworks.com/matlabcentral/fileexchange/16581-hidden-point-removal), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Point Cloud Processing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0

Image now shows both 2D and 3D applications.