-
-
Notifications
You must be signed in to change notification settings - Fork 3
EdgeDetect Extension
James Brundage edited this page Apr 24, 2022
·
6 revisions
EdgeDetect Extension
Uses the edgedetect filter to outline edges found in a video.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
The low threshold. By default, ~0.86
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Single] |
false | 1 | false |
The high threshold. By default ~.196
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Single] |
false | 2 | false |
The edge detection mode. By default, wires.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 3 | false |
Extension/EdgeDetect.RoughDraft.Extension.ps1 -EdgeDetect [[-EdgeLowThreshold] <Single>] [[-EdgeHighThreshold] <Single>] [[-EdgeDetectMode] <String>] [<CommonParameters>]