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
{{ message }}
This repository was archived by the owner on Feb 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,19 +80,24 @@ To run the demo, you will input something like:
80
80
### Curvature
81
81
To calculate curvature from grayscale TIFF images of hair fibers, the flag `--curvature` is used with the following flags in addition to input and output directories:
82
82
```
83
-
--resolution_mm Integer. Number of pixels per mm for curvature analysis.
83
+
--resolution_mm Integer. Number of pixels per mm for
84
+
curvature analysis.
84
85
Default is 132.
85
-
--window_size [ ...] Float or integer or None. Desired size for window of measurement
86
+
--window_size [ ...] Float or integer or None. Desired size for
87
+
window of measurement
86
88
for curvature analysis in pixels or mm (given
87
89
the flag --window_unit). If nothing is entered, the default
88
90
is None and the entire hair will be used to for the curve fitting."
89
-
--window_unit {px,mm} String. Unit of measurement for window of measurement for curvature
91
+
--window_unit {px,mm} String. Unit of measurement for window of
92
+
measurement for curvature
90
93
analysis. Can be 'px' (pixels) or 'mm'. Default is 'px'.
91
-
-s, --save_image Default is False. Will save intermediate curvature processing images if
92
-
--save_image flag is included.
93
-
-W, --within_element Boolean. Default is False. Will create an additional directory with
94
+
-W, --within_element Boolean. Default is False. Will create
95
+
an additional directory with
94
96
spreadsheets of raw curvature measurements for each hair if the
95
97
--within_element flag is included.
98
+
-s, --save_image Default is False. Will save intermediate
99
+
curvature/section processing images if
100
+
--save_image flag is included.
96
101
97
102
```
98
103
@@ -112,7 +117,7 @@ To calculate cross-sectional properties from grayscale TIFF images of hair fiber
0 commit comments