diff DOCS/tech/vop.txt @ 8112:6d97e935a071

perspective correcture filter
author michael
date Tue, 05 Nov 2002 13:29:10 +0000
parents 7aa3dba949f1
children ce4b79769b88
line wrap: on
line diff
--- a/DOCS/tech/vop.txt	Tue Nov 05 07:34:55 2002 +0000
+++ b/DOCS/tech/vop.txt	Tue Nov 05 13:29:10 2002 +0000
@@ -209,3 +209,7 @@
     radius	blur filter strength (~0.1-5.0) (slower if larger)
     strength	(0.0-1.0) -> blur, (-1.0-0.0) -> sharpen
     threshold	0 -> filter all, (0-30) -> filter flat areas, (-30-0) -> filter edges
+
+-vop perspective=x0:y0:x1:y1:x2:y2:x3:y3:t
+    x0,y0,...	coordinates of the topleft, topright, bottomleft, bottomright corners
+    t		0-> linear, 1->cubic resampling