-
Hi community,
Following problem: I have a voxel grid (not as an octree just a regular grid) in which every point of a voxel has the signed distance to the surface. I need to convert my voxel grid t…
-
This issue tracks progress on primitive shapes, which were first added in #10466 based on the `primitive-shapes` [RFC](https://github.com/bevyengine/rfcs/blob/main/rfcs/12-primitive-shapes.md).
## …
-
The indicator function is mentioned in the approach of the paper Poisson Surface Reconstruction (2006). I want to get the parameters of the indicator function and see it as a signed distance function …
-
Hi,
I'm trying to use `skfmm.distance(phi, dx=0.01)` to create a signed distance function of an ellipse (seen as a 0-level set of a function).
I don't understand why, if I compute the curvature of t…
-
I get incorrect nearest points when I use the following code:
```
#include
using namespace fcl;
using S = double;
int main(){
Sphere s1{20};
Sphere s2{10};
Transform3 tf1{Transf…
-
Hi Hoel,
Thanks very much for posting your work on the boundary loss! I really appreciate what you've done. However I have a question with regards to data augmentation. I am currently working on…
-
Result will be used for Sphere Tracing (SDF Shadows) - but those uses are outside the scope of the extension.
http://jamie-wong.com/2016/07/15/ray-marching-signed-distance-functions/
Use Compute S…
-
Improved Signed Distance Function for 2D Real-time SLAM and Accurate Localization. (arXiv:2101.08018v1 [cs.RO])
https://ift.tt/2MaoLv0
Accurate mapping and localization are very important for many ind…
-
## 🐛 Unexpected behaviors
When I wanted to calculate the distance from points to SMPL mesh, I found that the result is almost wrong, far from the result calculated by igl.signed_distance
## In…
-
I want to generate SDF (Signed Distance Function) from a point cloud. I can't find this function in the latest version, while version 0.1 has the function `sdf_ = kal.conversions.pointcloud_to_triangl…