-
# Issue title
##### Description
.faceNormals[1070] = Vec3(-0.038581869473242894,-0.9992554424910327,0) looks like it points into the shape? The vertices follow. Make sure they are ordered CCW arou…
-
The code below computes the convex hull of a binary image. It is significantly faster than `skimage.morphology.convex_hull_image`. Please feel free to use it.
``` python
from scipy.spatial import C…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
Hi
I looked out the code that you have updated recently.
but some of your code confuse.
in Landmarkprocessor
I coding before your last commit like this.
``` cv2.fillConvexPoly( hull_mask, …
-
##### System information (version)
- OpenCV => 4.5.1.48, 4.5.2.52, 4.5.2.54, 4.5.3.56, 4.5.4.58, 4.5.4.60, 4.5.5.62 **(4.4.0.46 doesn't have an issue.)**
- Operating System / Platform => Ubuntu …
-
Dear @tylerjereddy,
Firstly, thanks for informative [videos](https://www.youtube.com/watch?v=cz0Weekpi1I).
I am using `scipy ` (version `1.6.3`) to create convex hulls. My points are in 3D but when …
-
Looking at "TKraftShapeType" i am missing Cone and Cylinder.
Are you looking forward to implement these two ?
If not i can / will try to implement them in the way you did TKraftShapeBox using a …
-
```
(first use Rmax, not Rg), re-add elliptical benchmarks
ConvexHull in python
http://pymolwiki.org/index.php/PLoS
def convexHull(P):
# Get a local list copy of the points and sort them lex…
-
EDIT: The current implementation just calls `Polyhedra`'s `convexhull` method.
An efficient implementation that does not go down to V-rep is given [here](https://cstheory.stackexchange.com/question…
-
Currently the dcf calculation is very slow, specifically this part: https://github.com/PTB-MR/mrpro/blob/025bc796b845aabdf255b2ed584f0ff26ae0cb28/src/mrpro/data/_DcfData.py#L118C18-L118C36
I tried …