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

convolution commutative #9

Closed
sofroniewn opened this issue Nov 29, 2020 · 2 comments
Closed

convolution commutative #9

sofroniewn opened this issue Nov 29, 2020 · 2 comments

Comments

@sofroniewn
Copy link
Collaborator

Actually, it turns out that we can do it in any order (convolution is `associative`), so we can create a filter that combines both the difference and the mean.

I think you want commutative above instead of associative, both are true, but commutativity is the relevant one here

@jni
Copy link
Owner

jni commented Nov 30, 2020

it's not? We demonstrate ((image * smoothkernel) * edgekernel) vs (image * (smoothkernel * edgekernel))?

@sofroniewn
Copy link
Collaborator Author

ah nice, ok that's fine - will close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants