diff DOCS/tech/vop.txt @ 8100:fd0da9a7d2e3

shape adaptive blur (slightly slow though)
author michael
date Mon, 04 Nov 2002 16:42:17 +0000
parents 3ac37c4beeaf
children 7aa3dba949f1
line wrap: on
line diff
--- a/DOCS/tech/vop.txt	Mon Nov 04 15:56:38 2002 +0000
+++ b/DOCS/tech/vop.txt	Mon Nov 04 16:42:17 2002 +0000
@@ -199,3 +199,8 @@
     radius size of the filter
     power  how often the filter should be applied
     MPI: TEMP, accepts stride
+
+-vop sab=radius:prefilter:colorDiff[:radius:prefilter:colorDiff]
+    radius	blur filter strength (~0.1-4.0) (slower if larger)
+    prefilter	prefilter strength (~0.1-2.0)
+    colorDiff	how different the pixels are allowed to be to be considered (~0.1-100.0)