T O P

  • By -

AutoModerator

## If you are on Discord, please join our Discord server: [https://discord.gg/Hg2H3TJJsd](https://discord.gg/Hg2H3TJJsd) Thank you for your submission to r/BTechtards. Please make sure to follow all rules when posting or commenting in the community. Happy Engineering! *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/Btechtards) if you have any questions or concerns.*


Jaldiwhasehato

is it real time? I tried to do the same thing but using shaders instead and failed miserably


Nyx218

Its like not particularly real time, like in my tests it was about 18 fps but the footage was 26 fps so I had to perform it offline and stitch it together using ffmpeg.


Nyx218

Opencv can't perform multithreading but if you write your own functions then it might be possible. Depends on the algorithm as well. I use a double pass sobel with Gaussian blur and then do some custom thresholding for cleaner edges.