Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcaron committed Apr 16, 2020
1 parent e9da442 commit 73ed39e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ They are computed based on the eigenvalues and eigenvectors:

It's inspired from a similar tool in `CloudCompare <https://www.danielgm.net/cc/>`_.

It can use multiple cpus, and the performance is quite good
(at least twice as fast as CloudCompare).
It's implemented in cython using the BLAS and LAPACK scipy wrappers. It can use multiple cpus,
and the performance is quite good (at least twice as fast as CloudCompare).

.. _`Contour detection in unstructured 3D point clouds`: https://ethz.ch/content/dam/ethz/special-interest/baug/igp/photogrammetry-remote-sensing-dam/documents/pdf/timo-jan-cvpr2016.pdf

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ def build_extensions(self):
setup(
name="jakteristics",
version=version,
description="Calcul des features d'un nuage de points, optimisé avec cython.",
description="Point cloud geometric properties from python.",
long_description=readme + "\n\n" + history,
author="David Caron",
author_email="[email protected]",
# url='https://github.com/jakarto3d/jakteristics',
url="https://github.com/jakarto3d/jakteristics",
packages=["jakteristics"],
package_dir={"jakteristics": "jakteristics"},
package_data={"": ["*.pyx", "*.pxd", "*.h", "*.cpp"]},
Expand Down

0 comments on commit 73ed39e

Please sign in to comment.