-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
MiniDeen now only do "a2d" method of http://avisynth.nl/index.php/Deen , and I did try to do avs+/x64 update to SoftSharpen https://forum.doom9.org/showpost.php?p=2029107&postcount=80 and seems it use c2d which is similar to a2d
the 'c' mode, you only make an average of the surrounding pixels (under the threshold) in order to calculate the new pixel.
With the 'a' mode, you do the same, but the threshold is reduced with the distance. Which means that pixels farther will have to be closer to the pixel considered in order to be taken into account.
so I think it's not hard to add c2d, or what you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels