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
ephemient
06/25/2024, 11:30 AM
you could translate a Laplace transform kernel into AGSL pretty easily I would think