FredThompson
6th November 2005, 06:33
I've added DeSpot to an animation source as follows:
i=converttoYV12()
vf=MVAnalyse(i, isb=false, lambda=2000)
f=MVCompensate(i, vf)
vb=MVAnalyse(i, isb=true, lambda=2000)
b=MVCompensate(i, vb)
interleave(f,i,b)
Despot(interlaced=false, pwidth=20,pheight=20,p1=30,p2=12,mthres=20,dilate=2,fitluma=true,blur=2,seg=2)
selectevery(3,1)
So far, so good. Most of the little problems disappear.
This blemish remains (enlarged 8x for clarity.)
http://home.mindspring.com/~utils/Despot%20miss.png
It is in one frame only.
How can such a spot be removed? It is in a static area of the background. The camera's position might be moving but not much at all.
i=converttoYV12()
vf=MVAnalyse(i, isb=false, lambda=2000)
f=MVCompensate(i, vf)
vb=MVAnalyse(i, isb=true, lambda=2000)
b=MVCompensate(i, vb)
interleave(f,i,b)
Despot(interlaced=false, pwidth=20,pheight=20,p1=30,p2=12,mthres=20,dilate=2,fitluma=true,blur=2,seg=2)
selectevery(3,1)
So far, so good. Most of the little problems disappear.
This blemish remains (enlarged 8x for clarity.)
http://home.mindspring.com/~utils/Despot%20miss.png
It is in one frame only.
How can such a spot be removed? It is in a static area of the background. The camera's position might be moving but not much at all.