Erode Video
Apply erosion effect to the video.
Edit-Media -InputPath .\a.mp4 -Erosion
If set, apply Apply bilateral filter, spatial smoothing while preserving edges
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
true | named | false | Erode |
Limit the maximum change for each plane, default is 65535. If 0, plane will remain unchanged.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32[]] |
false | 1 | false | ErodeThreshold |
Set sigma of gaussian function to calculate range weight. Allowed range is 0 to 1. Default is 0.1.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[String] |
false | 2 | false | erosion_coordinates ErosionCoordinates ErodeCoordinates |
Extension/Erosion.RoughDraft.Extension.ps1 -Erosion [[-ErosionThreshold] <Int32[]>] [[-ErosionCoordinate] <String>] [<CommonParameters>]