Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/readers.numpy' into numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 2, 2018
2 parents e40e273 + e7cee88 commit 7d4003e
Show file tree
Hide file tree
Showing 31 changed files with 835 additions and 61 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ ipch/
*.suo
*.opensdf
*.sln.docstates
*.ilk
*.exe
*.lib
*.pdb
*.exp
*.dll
*.manifest

#
# intellij, clion
Expand Down
2 changes: 1 addition & 1 deletion cmake/examples/hobu-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MATLAB_HOME=/Applications/MATLAB_R2017b.app
export GDAL_HOME=/usr/local/opt/gdal2

CONFIG="Unix Makefiles"
#CONFIG="Ninja" /usr/local/Cellar/hdf5/1.8.16_1/
CONFIG="Ninja"

if ! [ -z "$1" ]; then
CONFIG="$1"
Expand Down
8 changes: 8 additions & 0 deletions doc/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ References
.. index:: References


.. [Alexa2003] Alexa, Marc, et al. "Computing and rendering point set surfaces." Visualization and Computer Graphics, IEEE Transactions on 9.1 (2003): 3-15.
.. [Chen2012] Chen, Ziyue et al. “Upward-Fusion Urban DTM Generating Method Using Airborne Lidar Data.” ISPRS Journal of Photogrammetry and Remote Sensing 72 (2012): 121–130.
.. [Cook1986] Cook, Robert L. "Stochastic sampling in computer graphics." *ACM Transactions on Graphics (TOG)* 5.1 (1986): 51-72.
.. [Dippe1985] Dippé, Mark AZ, and Erling Henry Wold. "Antialiasing through stochastic sampling." *ACM Siggraph Computer Graphics* 19.3 (1985): 69-78.
.. [Kazhdan2006] Kazhdan, Michael, Matthew Bolitho, and Hugues Hoppe. "Poisson surface reconstruction." Proceedings of the fourth Eurographics symposium on Geometry processing. Vol. 7. 2006.
.. [Li2010] Li, Ruosi, et al. "Polygonizing extremal surfaces with manifold guarantees." Proceedings of the 14th ACM Symposium on Solid and Physical Modeling. ACM, 2010.
.. [Mesh2009] ALoopingIcon. "Meshing Point Clouds." *MESHLAB STUFF*. n.p., 7 Sept. 2009. Web. 13 Nov. 2015.
.. [Mongus2012] Mongus, D., Zalik, B., 2012. Parameter-free ground filtering of LiDAR data for automatic DTM generation. ISPRS J. Photogramm. Remote Sens. 67, 1–12.
.. [Pingel2013] Pingel, Thomas J., Keith C. Clarke, and William A. McBride. “An Improved Simple Morphological Filter for the Terrain Classification of Airborne LIDAR Data.” ISPRS Journal of Photogrammetry and Remote Sensing 77 (2013): 21–30.
.. [Rusu2008] Rusu, Radu Bogdan, et al. "Towards 3D point cloud based object maps for household environments." Robotics and Autonomous Systems 56.11 (2008): 927-941.
Expand Down
2 changes: 0 additions & 2 deletions doc/stages/filters.gridprojection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ GridProjection algorithm.
GridProjection is an implementation of the surface reconstruction method
described in [Li2010]_.

.. [Li2010] Li, Ruosi, et al. "Polygonizing extremal surfaces with manifold guarantees." Proceedings of the 14th ACM Symposium on Solid and Physical Modeling. ACM, 2010.
.. _`PCL`: http://www.pointclouds.org

.. plugin::
Expand Down
2 changes: 0 additions & 2 deletions doc/stages/filters.mongus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Some warts about the current implementation:
* We require specification of a max level, whereas the original paper
automatically determined an appropriate max level.

.. [Mongus2012] Mongus, D., Zalik, B., 2012. Parameter-free ground filtering of LiDAR data for automatic DTM generation. ISPRS J. Photogramm. Remote Sens. 67, 1–12.
.. embed::

Example
Expand Down
2 changes: 0 additions & 2 deletions doc/stages/filters.movingleastsquares.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ algorithm for data smoothing and improved normal estimation described in
[Alexa2003]_. It also contains methods for upsampling the resulting cloud based
on the parametric fit.

.. [Alexa2003] Alexa, Marc, et al. "Computing and rendering point set surfaces." Visualization and Computer Graphics, IEEE Transactions on 9.1 (2003): 3-15.
.. _`PCL`: http://www.pointclouds.org

.. plugin::
Expand Down
3 changes: 0 additions & 3 deletions doc/stages/filters.poisson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ limited ability to impute associated data. However, if color dimensions
(red, green and blue) are present in the input, colors will be reconstruced
in the output point set.

.. [Kazhdan2006] Kazhdan, Michael, Matthew Bolitho, and Hugues Hoppe. "Poisson surface reconstruction." Proceedings of the fourth Eurographics symposium on Geometry processing. Vol. 7. 2006.
This integration of the algorithm with PDAL only supports a limited set of
the options available to the implementation. If you need support for further
options, please let us know.
Expand Down Expand Up @@ -70,4 +68,3 @@ depth
Maximum depth of the tree used for reconstruction. The output is sentsitve
to this parameter. Increase if the results appear unsatisfactory.
[Default: **8**]

0 comments on commit 7d4003e

Please sign in to comment.