This java code loads an image and blurs it using a very simple boxcar (rectangular) blurring method. Then it sharpens the image using unsharp mask technique. for more information on unsharp masking see Wikipedia article. http://en.wikipedia.org/wiki/Unsharp_masking…
Language:
Stuff:
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
Recent Posts
- Install BubbleUPnP Server – Ubuntu 16.04 headless
- Ubuntu home server headless – Boot non-interactively
- HP EX490 MediaSmart server: Using a 6TB GPT boot drive in Ubuntu with a non EFI BIOS!
- Migrating Ubuntu server from Amazon EC2 to DigitalOcean
- Using Eigen Linear Algebra Library with Visual C++ 2010 Express 64bit