You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Sagi Katz (2026). Hidden Point Removal (https://www.mathworks.com/matlabcentral/fileexchange/16581-hidden-point-removal), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.55 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Image now shows both 2D and 3D applications. |