-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Forums discussion
_No response_
### Version
0.20 (Release)
### Full version info
```shell
O…
-
I try my code:
# python standard libraries
import os
import random
import fnmatch
import datetime
import pickle
# data processing
import numpy as np
np.set_printoptions(formatter={'float_ki…
-
Thanks for last question, it works now. But the reason I use voronoi is to get the medial axis inside a single polygon so I can simplify the polygon just like the picture below. I'm a beginner at thi…
-
One of the ways an approximate centerline/medial axis of a polygon can be calculated is by using the edges of a voronoi diagram of the coordinates of the polygon.
For this purpose though, the edges…
-
# i got this error on kaggle
## this is my code :
```
import os
import random
import fnmatch
import datetime
import pickle
import numpy as np
np.set_printoptions(formatter={'float_kin…
-
I try to build the cpp example on win10 with vs2019. build ok, but even insert first point site made program crash.
In medial axis example, it failed at line 27:
`int id0 = vd->insert_point_site(p0)…
-
Hello, thank you for providing this software. I need to add a centered line (if possible in a different color) to each of the Filopodia to be able to make further calculations concerning the bending s…
-
### Bambu Studio Version
1.6.2.4
### Where is the application from?
Bambu Lab Official website
### OS version
macOS 13.4.1 (22F82)
### Additional system information
Apple M1 Max
32 GB Ram
###…
-
The function `compute_rsquare_regression` may fail when the `voxel_data` do not have enough entries.
This happens when fRAT calculate percentage change statistics during test analysis; It was OK ti…
-
When moving the fingers in simulation I noticed that there are some part of the mechanism - probably even not required for the scope of the simulation - that move strangely:
![image](https://user-i…