AWarpsharp2/aSobel

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
m
m (Examples)
Line 26: Line 26:
 
== Examples ==
 
== Examples ==
 
aSobel with default values.
 
aSobel with default values.
  AVISource("blah.avi")
+
  [[AVISource]]("blah.avi")
 
  aSobel(thresh=128, chroma=1)
 
  aSobel(thresh=128, chroma=1)
 
<br>
 
<br>

Revision as of 15:43, 29 January 2014

Back to aWarpSharp2




Description

An edge dectecion filter.

Syntax and Parameters

aSobel (clip, int "thresh", int "chroma")


int  thresh = 128
Range: 0 to 255
Saturation limit for edge detection. Reduce for less aggressive sharpening.


int  chroma = 1
Processing mode for chroma planes (U and V):
  • 0 : fill with zeroes
  • 1 : don't care
  • 2 : copy
  • 3 : process
  • 4 : guide by luma
  • 5 : same as 3, but don't process luma
  • 6 : same as 4, but don't process luma


Examples

aSobel with default values.

AVISource("blah.avi")
aSobel(thresh=128, chroma=1)




Back to aWarpSharp2

Personal tools