-
I'm currently working on a library for a LiDAR and wanted to make use of Mapbox GL JS for visualizing point clouds both in real-time (while driving your car) but also statically (for the route).
For …
-
We're importing data from a third party in a cron job and use `media_handle_sideload` to import images. This has worked fine in the past but about a week or two ago it stopped working. As far as I can…
traed updated
5 months ago
-
To replace the tf.py_func, I wrote custom op by c++ and use tf.load_op_library to load the op in python.And get Segmentation fault (core dumped).And when I comment SetShapeFn, there is no error. But…
-
Hello,
I'm using CGAL 5.3.1 via a R library. When I run the advanced front surface reconstruction on a point cloud of the Utah teapot, this strange line appears:
![UtahTeapot2](https://user-im…
-
I only dabble a little in C# now and then, so it might not necessarily be advisable to let me write a library for CloudFS for the Cloud Storage Server:
http://barebonescms.com/documentation/cloud_sto…
-
I am simply asking a question in an issue.
The current sample code only shows how to set up the camera and takes samples of intensity and depth.
I am currently working on a project to build a ca…
-
Can this library possibly be used to generate a 3D model from a point cloud.
-
Please add possibility to search for packages in custom input flakes.
For example, if I add `geospatial-nix` flake as additional input:
devenv.yaml
```
inputs:
nixpkgs:
url: github:cac…
-
I have consecutive point clouds. Their origin is (0, 0, 0). I am looking for finding the relative position, which is composed of (delta_x, delta_y, delta_z).
I have generated the transformation matr…
-
I ran the code for Minimal Python 3 example for linux and the result was as expected.
I modified the code to read two point clouds (25k points each with partial overlap) and perform the registratio…