View Single Post
Old 17th October 2012, 18:58   #7  |  Link
FuPP
TotalEclipseOfTheBrain
 
FuPP's Avatar
 
Join Date: Sep 2002
Posts: 347
@nibus

First, thanks for the mirror. I have updated the link in my first post

About skin detection : for now, parameters are hardcoded. Moreover, a threshold is used to desactivate skin detection if too many things are detected : I did it this way because sometimes skin detection can be messed up by, for instance, a brick wall, or any background in the picture whose color is close to skin tones.

I could add parameters for skin detection but be aware this is very difficult to tweak because something that is ok in a given scene could be bad in another one...


@nibus + jinkazuya

When using D_Mode = 2, you can only tweak M_TRadius (temporal radius, ie number of frames taken into account when computing motion compensation), and M_SCD (scene change detection). This is a choice... (mine )

If you want more tweakability, you have to use D_Mode = 3 or D_mode = 1. It is possible to apply motion compensation even when using these modes.


@jinkazuya

Did not get the point about deringing. What parameters did you use ?


FuPP

Last edited by FuPP; 17th October 2012 at 21:16. Reason: typos
FuPP is offline   Reply With Quote