You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters.texi: add yet another laplacian edge detector
This commit is contained in:
@@ -5880,6 +5880,12 @@ Apply edge detect:
|
|||||||
convolution="0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:5:5:5:1:0:128:128:128"
|
convolution="0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:5:5:5:1:0:128:128:128"
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
@item
|
||||||
|
Apply laplacian edge detector which includes diagonals:
|
||||||
|
@example
|
||||||
|
convolution="1 1 1 1 -8 1 1 1 1:1 1 1 1 -8 1 1 1 1:1 1 1 1 -8 1 1 1 1:1 1 1 1 -8 1 1 1 1:5:5:5:1:0:128:128:0"
|
||||||
|
@end example
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Apply emboss:
|
Apply emboss:
|
||||||
@example
|
@example
|
||||||
|
Reference in New Issue
Block a user