Hi, I created rough.js (https://roughjs.com/) earlier this year and was curious if I could use it to turn any image to a hand drawn, sketchy image in the browser.
Using a web assembly build of OpenCV, I extract the shapes out of an image and feed it to rough.js which draws them and fills them with colored hachure lines.
3 comments
[ 4.7 ms ] story [ 16.9 ms ] threadUsing a web assembly build of OpenCV, I extract the shapes out of an image and feed it to rough.js which draws them and fills them with colored hachure lines.
Comments/suggestions welcome. Cheers.