Skip to content

EdgeDetect Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/EdgeDetect.RoughDraft.Extension.ps1

Synopsis

EdgeDetect Extension


Description

Uses the edgedetect filter to outline edges found in a video.


Related Links


Parameters

EdgeDetect

Type Requried Postion PipelineInput
[Switch] true named false

EdgeLowThreshold

The low threshold. By default, ~0.86

Type Requried Postion PipelineInput
[Single] false 1 false

EdgeHighThreshold

The high threshold. By default ~.196

Type Requried Postion PipelineInput
[Single] false 2 false

EdgeDetectMode

The edge detection mode. By default, wires.

Type Requried Postion PipelineInput
[String] false 3 false

Syntax

Extension/EdgeDetect.RoughDraft.Extension.ps1 -EdgeDetect [[-EdgeLowThreshold] <Single>] [[-EdgeHighThreshold] <Single>] [[-EdgeDetectMode] <String>] [<CommonParameters>]

Clone this wiki locally