Thread: MVTools
View Single Post
Old 3rd November 2004, 09:10   #4  |  Link
Manao
Registered User
 
Join Date: Jan 2002
Location: France
Posts: 2,856
That can easily be added. I'll do it. Meanwhile, you should be able to test that idea ( on luma only ) using MVdenoise :
Quote:
vectors = source.MVAnalyse(isb = false)
blended = source.MVDenoise(vectors, thSAD = XXX, thMV = YYY, thT = 256)

return yv12LUTxy(blended, source, yexpr = "x 2 * y -", u=2, v=2)
I didn't test it, but it should amount to the same.
Manao is offline   Reply With Quote