Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relation between Laplacian and conductivity computation step #517

Open
simmplecoder opened this issue Aug 25, 2020 · 0 comments
Open

Relation between Laplacian and conductivity computation step #517

simmplecoder opened this issue Aug 25, 2020 · 0 comments
Labels
cat/question Consider posting to https://lists.boost.org/boost-gil/ google-summer-of-code All items related to GSoC activities

Comments

@simmplecoder
Copy link
Contributor

Current interpretation:

Every pixel in the source is transformed into 9 pixels, with surrounding pixels being difference in that direction and the pixel itself is replaced by zero. Then kernel is computed for each pixel using conductivity function, convolved with the new 9 pixels, and then convolved by Laplacian kernel. This is the only explanation I have come up with that does the same as the implementation.

So the question is "Is this right interpreation?"

The original wording of the algorithm can be found here:
http://www.sci.utah.edu/~gerig/CS7960-S2010/materials/Perona-Malik/anisotropic_diffusion-Book.pdf

@simmplecoder simmplecoder added the cat/question Consider posting to https://lists.boost.org/boost-gil/ label Aug 25, 2020
@mloskot mloskot added the google-summer-of-code All items related to GSoC activities label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/question Consider posting to https://lists.boost.org/boost-gil/ google-summer-of-code All items related to GSoC activities
Projects
None yet
Development

No branches or pull requests

2 participants