R
R
rumkin2012-09-21 13:14:21
Algorithms
rumkin, 2012-09-21 13:14:21

HighPass Filter Algorithm in Photoshop

Hello Habralyudi!

I want to implement a filter similar to HighPass so that it cuts off the mids and leaves only the highs and lows, while doing it with a certain radius. Now there are two filters for high and low frequencies, but they work from left to right, and I need to make an even distribution. Tell me who faced.

Here is an example of what you need to get (the right side of the image is the result of the highpass operation):
image

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
m08pvv, 2012-09-23
@rumkin

According to wikipedia , which links to the GIMP manual,
high-pass can be obtained by making a copy of the layer, applying a gaussian blur, inverting and then blending with the original layer with a certain opacity (for example 50%)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question