Nov 11, 2023
Calling C++ class methods by its string name
›
Consider the following cases: You have an abstract class that you use as an interface for other classes deriving from it. The abstr...
Aug 16, 2016
Otsu threshold
›
Previously, in my post about Canny edge detector , we had seen that one of the required steps for obtaining perfectly thinned edges was thre...
2 comments:
Feb 25, 2016
Webcamoid 7.0.0 released
›
Finally, a new release of Webcamoid arrived! Let me show you what new features it has to offer, and what the future holds.
4 comments:
Dec 29, 2015
Disable Volume and Brightness OSD in KDE
›
A few days ago Arch linux team decided to dropout support for KDE 4 , and force their users to upgrade to KDE Plasma 5. I've tested Pl...
3 comments:
Aug 10, 2015
Canny edge detector
›
The Canny edge detector, unlike convolutional edge detection filters , produces clear and thin lines when applied to an image. The algorit...
›
Home
View web version