dishmint / ArcanePropagation

Exploring image convolution and fragment shaders.
MIT License
2 stars 0 forks source link

Use OpenCV to apply filters #55

Open dishmint opened 1 year ago

dishmint commented 1 year ago

Right now I'm applying filters with for loops.

Presumably OpenCV would have be able to apply filters in an optimized way, across the matrix, with multiple cores etc.

If possible this would really come in handy on the web, because the p5js code is really slow atm.