-
Hi, i am looking into the example VO code (thanks!) But it seems to have some missing pieces, it outputs a sfm.bin file, but it does not seem to handle triangulation of 3d points, so no 3d landmarks n…
-
Hello everyone,
Someone knows how Automatic Map Initialization works? Triangulation? how to create a set of map points (3D) from features (2D)?
Urgency!!!
Thanks
-
### Is your feature request related to a problem? Please describe.
FrooxEngine has a class for working with mesh data. This includes a number of methods to make mesh manipulation and generation simpl…
-
Consider how to turn flat polygons into 3D meshes.
Potentially:
1. [Delaunay triangulation](http://en.wikipedia.org/wiki/Delaunay_triangulation)
2. Subdivide those triangles by connecting midpoints o…
-
## Issue Details
Modifying the `Mesh_3/mesh_3D_image.cpp` example to change mesh criteria, use Lloyd optimization, and compiling it with TBB support gives me an assertion error
> terminate call…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
Hi,
I want to perform the analysis from two camera settings (with 2 animals)
The analysis …
-
Mesh3d creates useless or phantom "walls" on rendering. The issue was already described in 2016 here ([case 1](https://community.plot.ly/t/mesh3d-generating-inaccurate-meshes/1445), [case 2](https://c…
-
## When
During 3D rendering, at triangulation of the model.
## Where:
In the function `m3l::polyTri` that will be passed to `m3l::priv::isEarTip`.
## Why:
Using a `CircleList` in this c…
-
I was wondering if there is a way to use parallellism for generation of a 3D triangulation (using CGAL::Parallel_tag) with the java bindings of CGAL ? If not, do you think this is something manageable…
-
- [x] are you running newest version (version from docs) ?
- [ ] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)
- [ ] What platform + GPU are you on?
MWE:
`…