-
Dear Developers,
I need to count the facets forming the Hull. For example, a simple cubic hull should have 6 facets. But since the option 'Qt' is always enable, the square facets is always triangul…
-
Checklist
- [X] `randomConvexHull/ConvexHull.java`
> • Add a comment at the beginning of the file explaining the purpose of the ConvexHull class and the overall functionality of the file.
> • Add…
-
Compiler used:
$ gcc -v
Using built-in specs.
COLLECT_GCC=/opt/rh/devtoolset-11/root/usr/bin/gcc
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-11/root/usr/libexec/gcc/x86_64-redhat-linux/11/lto-wrapper…
-
Author Name: **Paolo Cavallini** (@pcav)
Original Redmine Issue: [6890](https://issues.qgis.org/issues/6890)
Affected QGIS version: 3.0.0
Redmine category:db_manager
---
The indexes for all rasters …
-
### Issue with current documentation:
Documentation: https://docs.scipy.org/doc/scipy/reference/generated/scipy.spatial.ConvexHull.html#scipy.spatial.ConvexHull
I'm trying to estimate a volume of …
-
Hi, first off, many thanks for the great work in this library!
We've been using it in an open-source library called [RefineryToolkits](https://github.com/DynamoDS/RefineryToolkits) and have found an …
-
Only 20 bins in biomass, convexhull, solidity vhists even when root scan > 20cm
-
### System Information
OpenCV python version: 4.8.1
Operating System / Platform: Windows 10
Python version: 3.11.5
### Detailed description
The "convexHull" function produces an incorrect r…
-
scikit-image is hitting a segfault using ConvexHull with modern versions of scipy on OSX.
You can see a build that calls a short script:
https://travis-ci.org/scikit-image/scikit-image/jobs/48832044…
-
Like `convexhull`, it would be nice to do a bunch of these algorithms for completeness https://en.wikipedia.org/wiki/Convex_hull_algorithms
Mostly they have code examples already in the wiki pages