Hidden Point Removal

Approximates visbile points in an N dimensional point cloud, as seen from a given viewpoint
2,2K download
Aggiornato 5 ott 2007

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R14
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Image now shows both 2D and 3D applications.