PDA

View Full Version : Strange behavior of KernelDeinterlace


ADLANCAS
11th November 2003, 03:38
Hi,

I´ve a made little test using:
AviSource("D:\Teste\Comparação\teste KernelD.avi")
KernelDeint(1,twoway=true)
and we can see some strange points in frame 1(look in the eyes) and frame 6,7 (hair).
If I change to FieldDeinterlace(blend=false), then it works ok.

Here is the
source (http://geocities.yahoo.com.br/alexandre_lancas/TestKernelD.zip)

thanks,

Alexandre
PS. KernelDeint parameters are right, or I´ve made a mistake?

neuron2
11th November 2003, 06:00
The default threshold is too high for this clip. You can set threshold=5 to get a reasonable result. To totally remove such artifacts, set threshold=0. The downside of threshold=0 is that static areas will get blurred a little.

ADLANCAS
11th November 2003, 22:40
Thanks a lot!

Alexandre