info.json 798 B

12345678910111213141516171819202122232425
  1. {
  2. "type" : "Standard",
  3. "core" : true,
  4. "name" : "Hidden Point Removal",
  5. "icon" : ":/CC/plugin/qHPR/images/cc_hpr.png",
  6. "description": "Uses the Hidden Point Removal algorithm for approximating point visibility in an N dimensional point cloud, as seen from a given viewpoint.",
  7. "authors" : [
  8. {
  9. "name" : "Daniel Girardeau-Montaut",
  10. "email" : "daniel.girardeau@gmail.com"
  11. }
  12. ],
  13. "maintainers" : [
  14. ],
  15. "references": [
  16. {
  17. "text": "\"Direct Visibility of Point Sets\", Sagi Katz, Ayellet Tal, and Ronen Basri.<br/>SIGGRAPH 2007",
  18. "url": "http://www.mathworks.com/matlabcentral/fileexchange/16581-hidden-point-removal"
  19. },
  20. {
  21. "text": "Documentation",
  22. "url": "http://www.cloudcompare.org/doc/wiki/index.php?title=Hidden_Point_Removal_(plugin)"
  23. }
  24. ]
  25. }