Skip to content

adding c2d mode? #4

@realfinder

Description

@realfinder

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions