Thread: MVTools
View Single Post
Old 28th November 2004, 22:17   #39  |  Link
tsp
Registered User
 
tsp's Avatar
 
Join Date: Aug 2004
Location: Denmark
Posts: 807
wow that really a usefull filter. I used it with my temporal-median filter and it really works wonders. I have one questian/request does the filter only use the Y-plane to calculate the motion vectors and SAD and if it does is it possible to at least use some of the chroma information to avoid really ugly artifacts like this

(the first row is the previous frame compensated to the center frame, center frame, and the next frame compensated to the center frame.
The next row is the previous frame without motion compensation(MC), the center frame, and next frame without MC.
Next row is the 2 previuos row subtract.
The last row is the fist row subtract from the center frame.)

The setting used to create this is
MVAnalyse(blksize=4,lambda=1000,delta=1) and
MVCompendate(thSCD1=200,thSCD2=10) )
tsp is offline   Reply With Quote