Top "Blur" questions

The visual effect.

Smoothing Edges of a Binary Image

How to smooth the edges of this binary image of blood vessels obtained after thresholding. I tried a method somewhat …

python opencv image-processing blur smoothing
Alternative to "FLAG_BLUR_BEHIND" in Android?

I can see that when I use the same flag as shown on the API-demos for blurring the background, I …

android dialog android-activity blur android-windowmanager
How to implement a box or gaussian blur on iOS

I want to be able to take an image and blur it relatively quickly (say in 0.1 sec). Image size would …

ios image-processing blur
Android BlurMaskFilter has no effect in canvas.drawOval while text is blurred

I've been trying to create a custom view which has blurred shapes under text. The problem is that the BlurMaskFilter …

android android-canvas android-4.0-ice-cream-sandwich blur
PHP/GD : Better Gaussian blur

I want to blur an image with GD library, unfortunately the GAUSSIAN_BLUR effect that GD gives isn't enough and …

php gd blur imagefilter
Android draw with blur

I need do draw on Android's Canvas using Blur effect, it is a very simple feature, I need to draw …

android canvas draw blur
JavaFX effect on background

I'm using this to make a iOS-themed JavaFX2 (Java7) application with a frosted glass effect. The problem is that this …

java user-interface javafx blur dropshadow
How can I force ng-click to take precedence over an ng-blur event?

When I click the save button it triggers an ng-blur event, how can I make the buttons ng-click event to …

angularjs blur
android programmatically blur imageview drawable

I want to programmatically blur and unblur images in Android. I hear that android flag "blur" is no longer supported …

android bitmap imageview drawable blur
How do you trigger a blur/focusout event on an input text box using jquery?

I'm using 1.7.2 in which I understand this should work: // cell is a jquery representation of a <td> element …

jquery events blur focusout