Skip to content

Commit

Permalink
Addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Oct 20, 2020
1 parent 6b328d6 commit 6b20b02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ Reference
.. [Weyrich2004] Weyrich, T et al. “Post-Processing of Scanned 3D Surface Data.” Proceedings of Eurographics Symposium on Point-Based Graphics 2004 (2004): 85–94. Print.
.. [Yang2020] Yang, Heng, Jingnan Shi, and Luca Carlone, "TEASER: Fast and Certifiable Point Cloud Registraton," arXiv preprint, arXiv:2001.07715, 2020.
.. [Zhang2003] Zhang, Keqi, et al. "A progressive morphological filter for removing nonground measurements from airborne LIDAR data." Geoscience and Remote Sensing, IEEE Transactions on 41.4 (2003): 872-882.
.. [Zhang2016] Zhang, Wuming, et al. "An easy-to-use airborne LiDAR data filtering method based on cloth simulation." Remote Sensing 8.6 (2016): 501.
8 changes: 7 additions & 1 deletion doc/stages/filters.teaser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ filters.teaser
==============

The **TEASER filter** uses the Truncated least squares Estimation And
SEmidefinite Relaxation (TEASER) algorithm to calculate a **rigid**
SEmidefinite Relaxation (TEASER) algorithm [Yang2020]_ to calculate a **rigid**
transformation that best aligns two datasets. The first input to the ICP filter
is considered the "fixed" points, and all subsequent points are "moving"
points. The output from the filter are the "moving" points after the calculated
transformation has been applied, one point view per input. The transformation
matrix is inserted into the stage's metadata.

.. seealso::

The plugin wraps the TEASER++ library, which can be found at
https://github.com/MIT-SPARK/TEASER-plusplus.

.. plugin::

Examples
--------
Expand Down

0 comments on commit 6b20b02

Please sign in to comment.