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
Copy file name to clipboardExpand all lines: histomicstk/cli/PositivePixelCount/PositivePixelCount.xml
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
<name>region</name>
23
23
<label>Analysis ROI</label>
24
24
<longflag>region</longflag>
25
-
<description>Region of interest where analysis is performed. This is either -1,-1,-1,-1 for thw hole image, or a four-element vector in the format "left, top, width, height", or a list of four or more x,y vertices to specify a polygon.</description>
25
+
<description>Region of interest where analysis is performed. This is either -1,-1,-1,-1 for the whole image, or a four-element vector in the format "left, top, width, height", or a list of four or more x,y vertices to specify a polygon.</description>
26
26
<default>-1,-1,-1,-1</default>
27
27
</region>
28
28
<float>
@@ -157,6 +157,24 @@
157
157
<description>Average intensity of positive pixels excluding strong positive pixels</description>
158
158
</float>
159
159
</parameters>
160
+
<parametersadvanced="true">
161
+
<label>Frame and Style</label>
162
+
<description>Frame parameters</description>
163
+
<string>
164
+
<name>frame</name>
165
+
<longflag>frame</longflag>
166
+
<label>Frame Index</label>
167
+
<description>Frame index in a multi-frame image</description>
0 commit comments