-
To perform global alignment of the point clouds, you can use a technique called "Simultaneous Localization and Mapping" (SLAM). In this case, you can use a keyframe-based approach to align the local p…
-
Hi
Is there any examples how to create mesh from pointcloud, and how to use remesh and read openvdb file?
And in this example i don't find ` Mesh.FromAnySupportedFormat`
```
using MR.DotNet;
using Sy…
-
Issue for debugging and fixing Triangulation step
-
Sometimes `surface + v` is not a well defined operation on a flat triangulation as it crosses "area zero triangles". However, it is a well defined operation in the space of translation surfaces as fol…
-
### System Information
OpenCV version: 4.9.0
Operating System / Platform: Ubuntu 22.04
Compiler & compiler version: Clang 16.0.6
### Detailed description
I encountered an issue with a specific ex…
-
So here are some notes on the implementation of Autodiff for embedded triangulations. A similar discussion on this can be found in [here](https://arxiv.org/pdf/2303.13672).
## Overview of the probl…
-
Nice work, this was quite the undertaking. I don't have a firm grasp on the code yet, but could it be sped up if there is an exisiting triangulation? (i.e. can I get rid of the Delaunay calls if I hav…
-
Here's one for you @mdsumner : This is a spatial clustering package that uses bog-standard Delaunay triangulation. The first figure on current `README` illustrates the problems with this: the 2 red po…
-
# Proposed segment triangulation
Use marching cubes algorithm, with a suitable distance function( a cylinder with different radii).
I'm going to try to write it in the next few days when I have time…
-
**Is your feature request related to a problem? Please describe.**
Polygon Triangulation :
Triangulating a polygon means partitioning it into triangles. Triangulating a polygon is an important pre-p…