You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A **[**napari**](https://napari.org/stable/)-based graphical user interface (GUI)** for fully reproducible extraction, orientation, and morphometric analysis of leaf outlines.
8
8
This tool allows researchers to perform every processing step interactively — from setting image scale to exporting normalized Elliptic Fourier Descriptors (EFDs) — all within a single, unified environment.
@@ -29,7 +29,7 @@ This tool allows researchers to perform every processing step interactively —
29
29
30
30
## Installation
31
31
32
-
There are three ways to install and run the Leaf Shape Analysis Tool.
32
+
There are three ways to install and run the LeafContourEFD.
33
33
Choose the method that best fits your environment.
34
34
35
35
| Method | Description | Recommended for |
@@ -40,12 +40,12 @@ Choose the method that best fits your environment.
40
40
41
41
### 1. Standalone App (Recommended)
42
42
43
-
Download the latest release from the [Releases page](https://github.com/maple60/morphometrics-tool/releases)
43
+
Download the latest release from the [Releases page](https://github.com/maple60/leaf-contour-efd/releases)
44
44
No Python installation is required.
45
45
46
-
- On **Windows**: run `LeafShapeTool.exe`
46
+
- On **Windows**: run `LeafContourEFD.exe`
47
47
- On **macOS**: run the app bundle or binary from the downloaded archive
48
-
- On **Linux**: extract the release archive and run `LeafShapeTool` from the `LeafShapeTool/` folder
48
+
- On **Linux**: extract the release archive and run `LeafContourEFD` from the `LeafContourEFD/` folder
49
49
50
50
::: {.callout-warning}
51
51
## If the app does not open on macOS
@@ -55,10 +55,10 @@ On macOS, a warning dialog may appear the first time you launch the app, and the
55
55
If this happens, run the following command in Terminal:
@@ -113,11 +113,11 @@ For details about each model, refer to the following page:
113
113
After installation, launch the tool with:
114
114
115
115
```bash
116
-
leaf-shape-tool
116
+
leaf-contour-efd
117
117
```
118
118
119
119
> [!NOTE]
120
-
> For full setup instructions (including uv, git, and checkpoint downloads), see the [Installation Guide](https://maple60.github.io/morphometrics-tool/installation.html).
120
+
> For full setup instructions (including uv, git, and checkpoint downloads), see the [Installation Guide](https://maple60.github.io/leaf-contour-efd/installation.html).
121
121
122
122
## Workflow & Usage
123
123
@@ -150,7 +150,7 @@ flowchart LR
150
150
Each processing step corresponds to a dedicated GUI widget,
151
151
and all results (images, contours, metadata, EFDs) are automatically exported to the `output/` directory.
152
152
153
-
For a detailed step-by-step guide, please refer to the [Usage page](https://maple60.github.io/morphometrics-tool/usage.html).
153
+
For a detailed step-by-step guide, please refer to the [Usage page](https://maple60.github.io/leaf-contour-efd/usage.html).
154
154
155
155
## Citation
156
156
@@ -170,14 +170,14 @@ The design and implementation of this tool were inspired by the methodology and
170
170
171
171
We also acknowledge the contributions of many other open-source tools and studies
172
172
that have advanced automated leaf image analysis.
173
-
A summary of related software can be found on the [Related Tools page](https://maple60.github.io/morphometrics-tool/related_tools.html).
173
+
A summary of related software can be found on the [Related Tools page](https://maple60.github.io/leaf-contour-efd/related_tools.html).
174
174
175
175
We express our sincere gratitude to the open-source community and all contributors
176
176
whose work made this tool possible.
177
177
178
178
## License
179
179
180
-
Distributed under the BSD 3-Clause License. See [LICENSE](https://github.com/maple60/morphometrics-tool/blob/main/LICENSE) for more information.
180
+
Distributed under the BSD 3-Clause License. See [LICENSE](https://github.com/maple60/leaf-contour-efd/blob/main/LICENSE) for more information.
0 commit comments