Is there a method to apply an arbitrary laplacian matrix to image? #836
Unanswered
jcogs-design
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The GD2 'sharpen' effect and the 'border detection' filter both use imageconvolution to apply a laplacian filter to an image.
But the matrix used is fixed.
Is there a method defined that allows for an arbitrary matrix to be applied as a filter, or the values used in the 'sharpen' filter to be changed?
Beta Was this translation helpful? Give feedback.
All reactions