| 12345678910111213141516171819202122232425 |
- {
- "type" : "Standard",
- "core" : true,
- "name" : "Hidden Point Removal",
- "icon" : ":/CC/plugin/qHPR/images/cc_hpr.png",
- "description": "Uses the Hidden Point Removal algorithm for approximating point visibility in an N dimensional point cloud, as seen from a given viewpoint.",
- "authors" : [
- {
- "name" : "Daniel Girardeau-Montaut",
- "email" : "daniel.girardeau@gmail.com"
- }
- ],
- "maintainers" : [
- ],
- "references": [
- {
- "text": "\"Direct Visibility of Point Sets\", Sagi Katz, Ayellet Tal, and Ronen Basri.<br/>SIGGRAPH 2007",
- "url": "http://www.mathworks.com/matlabcentral/fileexchange/16581-hidden-point-removal"
- },
- {
- "text": "Documentation",
- "url": "http://www.cloudcompare.org/doc/wiki/index.php?title=Hidden_Point_Removal_(plugin)"
- }
- ]
- }
|