View Single Post
Old 27th May 2008, 10:33   #53  |  Link
Terka
Registered User
 
Join Date: Jan 2005
Location: cz
Posts: 704
did some tests on TempGaussMC and its really good!
Have some questions:
1.

is the (tr0==0) correct? (default is 2, so default will end with t1.merge(t2,0.357).merge(dbob,0.125))
Code:
t  = (tr0==0) ? dbob
 \ : (tr0==0) ? t1.merge(dbob,0.25)
 \            : t1.merge(t2,0.357).merge(dbob,0.125)
2. if i understand the behaviour correctly, TempGaussMC is mostly denoiser which is suited for deinterlace. Didee feed it with yadif or "nnedi deinterlacer"... . If feeded with mv/mcbob will be the fesults even better?

3. Scharfi sugested to put some stabilization into. If this to do, where in the chain to put into?
bob-stabilize-TempGaussMC
or
bob-TempGaussMC-stabilize?
thank you!

Last edited by Terka; 27th May 2008 at 12:58.
Terka is offline   Reply With Quote