AWarpsharp2/aSobel
From Avisynth wiki
(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
− | {{Template:FuncDef|aSobel(int "thresh", int "chroma")}} | + | '''Back to [[aWarpSharp2]]''' |
− | + | == Description == | |
− | + | An edge dectecion filter. | |
− | + | == Syntax and Parameters == | |
− | + | :{{Template:FuncDef|aSobel(int "thresh", int "chroma")}} | |
− | + | ||
− | + | ||
<br> | <br> | ||
− | {{Par|chroma|int|1}} | + | ::{{Par|thresh|int|128}} |
− | ::Processing mode for chroma planes (U and V): | + | :::Range: 0 to 255<br> |
− | ::* 0 : fill with zeroes | + | ::::Saturation limit for edge detection. Reduce for less aggressive sharpening. |
− | ::* 1 : don't care, default for aSobel and aBlur | + | <br> |
− | ::* 2 : copy | + | ::{{Par|chroma|int|1}} |
− | ::* 3 : process | + | :::Processing mode for chroma planes (U and V): |
− | ::* 4 : guide by luma - default for aWarpSharp, aWarp, and aWarp4 only | + | ::::* 0 : fill with zeroes |
− | ::* 5 : same as 3, but don't process luma | + | ::::* 1 : don't care, default for aSobel and aBlur |
− | ::* 6 : same as 4, but don't process luma | + | ::::* 2 : copy |
+ | ::::* 3 : process | ||
+ | ::::* 4 : guide by luma - default for aWarpSharp, aWarp, and aWarp4 only | ||
+ | ::::* 5 : same as 3, but don't process luma | ||
+ | ::::* 6 : same as 4, but don't process luma |
Revision as of 14:06, 9 November 2013
Back to aWarpSharp2
Description
An edge dectecion filter.
Syntax and Parameters
- aSobel(int "thresh", int "chroma")
- thresh int = 128
- Range: 0 to 255
- Saturation limit for edge detection. Reduce for less aggressive sharpening.
- Range: 0 to 255
- thresh int = 128
- chroma int = 1
- Processing mode for chroma planes (U and V):
- 0 : fill with zeroes
- 1 : don't care, default for aSobel and aBlur
- 2 : copy
- 3 : process
- 4 : guide by luma - default for aWarpSharp, aWarp, and aWarp4 only
- 5 : same as 3, but don't process luma
- 6 : same as 4, but don't process luma
- Processing mode for chroma planes (U and V):
- chroma int = 1