How to achieve image filter effects efficiently? #524
Answered
by
asny
paulzhang5511
asked this question in
Q&A
-
I am using it to implement some functions of image computer vision, how to process images efficiently and use it to display them |
Beta Was this translation helpful? Give feedback.
Answered by
asny
Jan 3, 2025
Replies: 1 comment
-
Probably just copy the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
paulzhang5511
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Probably just copy the
image
example and replace theScreenEffect
with your own effect.