E-Male
29th August 2003, 17:00
the idea behind the filter is the structure of the picture of animated video: black outlines with fill-color
the plugin should have one parameter, a threashold
first thing the plugin does is checkign if a pixel is black
black in this case means that the pixel is "perfect_black +/- threashold", so on worse material a higher threshold is needed [a display-option that shows what is detected as black would be helpfull here]
now if an input-pixel is black the output of it as a perfect-black pixel
if it's not black it gets strong temporal filtering, in the first version i think of avaraging with the 8 neighboars, but neighboars that are black are not used in the avaraging
the result should be a strong filtered clip, but the black outlines stay sharp
possible further things to add:
-3d filtering, some moreparameters,...
-another parameter: x; if more than x neighboars are black, than make the pixel black [so bright noise in the black outlines gets removed]
well, the idea is open for discussion, go ahead and post
THX
CU
E-Male
p.s. i hope you understand everything, this complex-technical stuff is a bit much for my english
the plugin should have one parameter, a threashold
first thing the plugin does is checkign if a pixel is black
black in this case means that the pixel is "perfect_black +/- threashold", so on worse material a higher threshold is needed [a display-option that shows what is detected as black would be helpfull here]
now if an input-pixel is black the output of it as a perfect-black pixel
if it's not black it gets strong temporal filtering, in the first version i think of avaraging with the 8 neighboars, but neighboars that are black are not used in the avaraging
the result should be a strong filtered clip, but the black outlines stay sharp
possible further things to add:
-3d filtering, some moreparameters,...
-another parameter: x; if more than x neighboars are black, than make the pixel black [so bright noise in the black outlines gets removed]
well, the idea is open for discussion, go ahead and post
THX
CU
E-Male
p.s. i hope you understand everything, this complex-technical stuff is a bit much for my english