-
### Describe the Feature
Currently we can use hard coded values
```yaml
components:
abc:
command: "/bin/terraform-1"
```
This works if you're using geodesic or nix or similar but it d…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Traceback:
Program received signal SIGSEGV, Segmentation fault.
0xb336a6da in geodesic::Geod…
-
```
What steps will reproduce the problem?
1. Compile example0.cpp with:
g++ -Wall example0.cpp -o test
on Ubuntu 14.04 LTS
Intel® Core™ i5-4200M CPU @ 2.50GHz × 4
64-bit
2. Try:
./test flat_triangul…
-
```
I have a project in 27700 (British national grid). To get the area measurement
and line measurement tools as well as the scale bar itself to be correct I
needed to set "geodesic: false":
new Op…
-
## 🚀 Feature
An extension of the morphology module to include opening and closing by reconstruction or at least geodesic dilations and erosions.
## Motivation
In skimage you find those …
-
```
What steps will reproduce the problem?
1. Compile example0.cpp with:
g++ -Wall example0.cpp -o test
on Ubuntu 14.04 LTS
Intel® Core™ i5-4200M CPU @ 2.50GHz × 4
64-bit
2. Try:
./test flat_triangul…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Traceback:
Program received signal SIGSEGV, Segmentation fault.
0xb336a6da in geodesic::Geod…
-
- Geodesic (1, 2) (G, S)
- InfiniteLine (1, 2, 3, 4) (C)
- Ray (1, 2, 3) (C)
- RhumbLine (2) (G, S)
- Segment (1) (C, G, S)
- Vector?
- VectorField?
(1) may be defined by 2 points
(2) may be…
-
```
What steps will reproduce the problem?
1. Compile example0.cpp with:
g++ -Wall example0.cpp -o test
on Ubuntu 14.04 LTS
Intel® Core™ i5-4200M CPU @ 2.50GHz × 4
64-bit
2. Try:
./test flat_triangul…
-
Hi,
I have been creating a macro to analyze the intensity along regions of interest, in which I use "skeletonize" + "geodesic diameter" to select the longest path through the ROI (and then add this…