Is there a way to apply a laplace filter to an Bit...
# android
s
Is there a way to apply a laplace filter to an Bitmap without using OpenCV (big dependency) or doing it (very slowly) in code? (SKIKO has an imageFilter attribute for that, while Android seems to be missing this.)
not kotlin but kotlin colored 1
e
you could translate a Laplace transform kernel into AGSL pretty easily I would think
s
Thanks for that hint 🙏