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 Plasma 5 around 10 months ago and, to be honest, my experience was not good, Plasma 5 suffered a lot of stability problems, but the problem that most annoyed me was the backlight OSD thing, i've even reported and suggested a patch for it but their developers ignored me and refused to fix this problem. So i had not option but to return to KDE 4.
Yesterday, i had not option but to try Plasma 5 again, and for my surprise (or not), the backlight OSD thing was not fixed, but also KMix is showing OSD again without option for disabling it, and it was supposed to have been fixed 3 years ago. A this point i don't know what KDE developers are thinking, it seems that their are trying to transform KDE into a Nagware. At least i know that i'm not alone because 3 months after my report, other user reported it again, and developers provided just a partial solution making the OSD smaller than before, but for me it was not ok and decided to get rid of the OSD annoyance once for all.
Publicado por
hipersayan_x
3 comments:
Etiquetas:
System
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 algorithm consists of four steps:
The algorithm consists of four steps:
- Filter edges using a convolutional filter.
- Thin edges depending on it's gradient and direction.
- Threshold the image so all pixels where it's gradient is below a minimum threshold becomes black, all pixels where it's gradient is above a maximum threshold becomes white, and the rest becomes gray.
- Trace the edges so all gray pixels connected to white becomes white, and the rest becomes black.
Publicado por
hipersayan_x
No comments:
Etiquetas:
Programming
Aug 6, 2015
Convolutional edge detection filters design
In this post I want to talk about edge detection filters, that are a type of convolution filters, this filters are widely used in features classification algorithms. I will show you all the theory beside edge detection and how to tweak the parameters to match your needs.
Publicado por
hipersayan_x
No comments:
Etiquetas:
Programming
Jul 26, 2015
Denoise filters: Median
Gauss and Mean filters required a good knowledge of mathematics to understand its background. Median filter is very similar to both of them, but it based in a more logical approach than a mathematical one.
Publicado por
hipersayan_x
No comments:
Etiquetas:
Programming
Jul 21, 2015
Denoise filters: Mean
Continuing with article series about the denoise filters, we had seen that the Gauss filter had a very high sensitivity to noise due to it's static nature. Now is time to analyze a dynamic denoise filter based in the arithmetic mean of the input pixels, this is called the Mean Denoise Filter. This filter adapts it's convolution kernel according to the values of the input pixels.
Publicado por
hipersayan_x
No comments:
Etiquetas:
Programming
Jul 17, 2015
Denoise filters: Gauss
We have seen before about convolution filters, and at the end of that article we have seen a kernel used for removing noise in an image, that is random spurious pixels in a image, the process of removing that random pixels is called Denoise. In this case I will show you the general form of the denoising kernel based in gaussian distribution.
Publicado por
hipersayan_x
No comments:
Etiquetas:
Programming
Jul 8, 2015
Integral image and image blur
In this post I will show you an image processing technique that provides a great boost to algorithms that requires the summation of a large number of pixels, this technique is called integral image, also known as Summed Area Table (SAT). Additionally, I will show you an algorithm used to blur an image that take advantage of the integral image.
Publicado por
hipersayan_x
1 comment:
Etiquetas:
Programming
Jun 30, 2015
Image convolution
In this post I want explain a one of the most common and simple algorithm used in image processing. I will give a very basic introduction to its mathematical formulation, the source code in C++/Qt, and a some output examples.
Publicado por
hipersayan_x
1 comment:
Etiquetas:
Programming
Jun 27, 2015
Webcamoid 6.1.0 ready, what next?
5 months passed after the last release, in this post I want to explain why Webcamoid's development is going such slow, and what features I are planned for the next releases.
Download Webcamoid 6.1.0
Publicado por
hipersayan_x
No comments:
Etiquetas:
My Projects
Feb 5, 2015
Webcamoid for Windows is almost complete
A few days after my last post, I made all necessary changes to make Webcamoid works in Windows. So basically, Webcamoid is the first Free Open Source and multiplatform webcam suite, true fact :)
Publicado por
hipersayan_x
No comments:
Etiquetas:
My Projects
Jan 27, 2015
Webcamoid 6.0.0, How it will look like?
Four months has passed since the last post, so, what is the current development status of Webcamoid 6.x series? Well it looks this:
Publicado por
hipersayan_x
No comments:
Etiquetas:
My Projects
Subscribe to:
Posts (Atom)