joj
1st July 2015, 19:32
If you're watching a lot of screen casts and recorded talks, and are as sick as I am of the over-use of white (console backgrounds, web pages, projections ...), then you may want to try out a plugin I created to mitigate that health hazard.
A compiled binary is available here (http://snarl.zapto.org/files/ShapeMask-1.0.zip).
sha1: 5af5727b572b5e14bd32d1f8ee71d73522d41286
Source: github (https://github.com/jojje/shapemask) and there you also find the most readable version of the documentation, including example and screenshots.
The plugin is a bit on the large side since it includes parts of OpenCV, a library that is ... challenging to prune.
A note on the implementation. It could probably be optimized a bit more with AVX and some more SSE2, but as it stands it is sufficiently fast for my needs at least (getting about 350 fps with avsmeter).
It does require a CPU that has SSE2 (I believe, don't have one without) as the CV bits were configured for utilizing that. Hopefully that won't be an issue as even the cheapest laptop has that instruction set nowadays..
Let me know if it crashes on you. If it does, then I've probably stripped CV down too much..
A compiled binary is available here (http://snarl.zapto.org/files/ShapeMask-1.0.zip).
sha1: 5af5727b572b5e14bd32d1f8ee71d73522d41286
Source: github (https://github.com/jojje/shapemask) and there you also find the most readable version of the documentation, including example and screenshots.
The plugin is a bit on the large side since it includes parts of OpenCV, a library that is ... challenging to prune.
A note on the implementation. It could probably be optimized a bit more with AVX and some more SSE2, but as it stands it is sufficiently fast for my needs at least (getting about 350 fps with avsmeter).
It does require a CPU that has SSE2 (I believe, don't have one without) as the CV bits were configured for utilizing that. Hopefully that won't be an issue as even the cheapest laptop has that instruction set nowadays..
Let me know if it crashes on you. If it does, then I've probably stripped CV down too much..