Hidden Point Removal
by Sagi Katz
26 Sep 2007
(Updated 05 Oct 2007)
Approximates visbile points in an N dimensional point cloud, as seen from a given viewpoint
|
Watch this File
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 7 (R14)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 23 Jul 2008 |
Julie Dubé
|
|
|
| Updates |
| 05 Oct 2007 |
Image now shows both 2D and 3D applications. |
|
Contact us at files@mathworks.com