-
First thanks for this great tool.
I'm a little confused by the radius parameter:
`nn = pynanoflann.KDTree(n_neighbors=5, metric='L1', radius=100)`
It seems like I can set this to a tiny value and…
-
While checking a [build log](https://dev.azure.com/PointCloudLibrary/pcl/_build/results?buildId=12660&view=logs&j=377bee81-b530-5eab-ac40-709ee4d08646&t=07ddd8fe-2f7c-56b7-69b5-aa19833e8340&l=128) I …
-
![image](https://user-images.githubusercontent.com/527862/57493565-550cf580-727a-11e9-96dd-6ac392e88645.png)
As seen in the first row, 460448, 441197, 83629, 208359 are returned twice, what could b…
zyxue updated
5 years ago
-
**Describe the bug**
When using `dask.distributed.Client()`, `Scene.save_datasets()` fails with `TypeError: self._hds cannot be converted to a Python object for pickling` when using the geotiff wri…
-
Hello author, may I ask, how to use my own two pcd files (target point cloud and target point cloud) to obtain registration results
-
Was able to build and install python-pcl with pcl18.
example/kdtree.py runs perfect, but all other examples raise:
ImportError: No module named pcl_visualization (/pcl_grabber)
or
AttributeError:…
-
Currently importing OSM data (even small datasets of a couple of MB), projected onto a larger terrain object takes very long.
Internally BHV trees are used to cast rays from an object to the terrai…
-
In `search_knn` and `search_nn`, the APIs have an arg named `dist`, and the API docs say
>dist is a distance function, expecting two points and returning distance value. Distance values can be any …
-
I get the following runtime error when I run an apk generated with the cargo flag lto=true.
`
08-26 18:58:31.364 15668 15668 D AndroidRuntime: Shutting down VM
08-26 18:58:31.365 15668 15668 E And…
-
Hi there,
I tried using your code on my own data and encountered several issues. It appears to boil down to an axis out of bounds issue.
Running your sample code (using python 2.7.3 on linux) return…
jsevo updated
10 years ago