Skip to content

optional? #4

@zvezdochiot

Description

@zvezdochiot

Hi @pannacotta98 .

Can add optional separation of the image into low and high frequencies:

$$I_blur = blur(I, radius) I_high = I - I_blur + 127$$

scale these components individually, then merge them together:

$$I_blur_x = scale(I_blur, x) I_high_x = scale(I_high, x) I_x = I_blur_x + I_high_x - 127$$

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions