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: parameters/reference/image-parameter/stage-binarize-texture-removed-grayscale.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,19 @@ The parameters that available under the Binarize texture removed grayscale image
14
14
15
15
```json
16
16
{
17
-
"Stage":"SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE"
17
+
"Stage":"SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE",
18
+
"BinarizationModes" : []
18
19
},
19
20
```
20
21
21
22
## Stage
22
23
23
24
The stage name of binarize texture removed grayscale image stage is `SST_BINARIZE_TEXTURE_REMOVED_GRAYSCALE`.
25
+
26
+
## BinarizationModes
27
+
28
+
Defines the binarization options with an array of [`BinarizationMode`](binarization-modes.md) objects. The modes in the array will be executed sequentially until the task is completed.
29
+
30
+
| Stage Parameter Summary |
31
+
| :---------------------- |
32
+
|**Type**<br>An array of [`BinarizationMode`](binarization-modes.md) objects |
0 commit comments