Results 1 to 11 of 11
Thread: Gaussian blur
- 05-21-2012, 08:52 AM #1
Member
- Join Date
- May 2012
- Posts
- 5
- Rep Power
- 0
Gaussian blur
Hi,
can anyone help me with creation gaussian blur filter for set of images in ImageJ. I've a stack of images in ImageJ stack, and my task is to create 2D gaussian blur filter for this image stack and subsequently create 3D gaussian blur filter.
Please hepl me, i don't know how to do it
- 05-21-2012, 10:03 AM #2
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,413
- Blog Entries
- 7
- Rep Power
- 17
Re: Gaussian blur
This link clearly describes how to do it.
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 05-21-2012, 10:08 AM #3
Re: Gaussian blur
Moved from New to Java
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 05-21-2012, 10:11 AM #4
Re: Gaussian blur
Or use JavaFX 2 which has a ready-made class: GaussianBlur (JavaFX 2.1)
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 05-21-2012, 10:37 AM #5
Member
- Join Date
- May 2012
- Posts
- 5
- Rep Power
- 0
Re: Gaussian blur
Thanks for suggestions. But the hardest problem, i can't go through is creating 3D gaussian blur filter. Do you know how it is with z-coordinate, or else, is there something like superposition principle? In creating 3D filter can i use 1D gaussian formula three times for each coordinate? Or is there something more to understand?
- 05-21-2012, 10:51 AM #6
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,413
- Blog Entries
- 7
- Rep Power
- 17
Re: Gaussian blur
Do you have true three dimensional pictures? Or are they just a stack of two dimensional pictures?
kind regards,
JosWhen people rob a bank they get a penalty; when banks rob people they get a bonus.
- 05-21-2012, 11:03 AM #7
Member
- Join Date
- May 2012
- Posts
- 5
- Rep Power
- 0
Re: Gaussian blur
I have a stack of two dimensional images stored in ImageJ stack.
- 05-21-2012, 11:35 AM #8
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,413
- Blog Entries
- 7
- Rep Power
- 17
- 05-21-2012, 11:57 AM #9
Member
- Join Date
- May 2012
- Posts
- 5
- Rep Power
- 0
Re: Gaussian blur
I don't know what are you exactly asking for.ImageJ is libary for signal processing. But i think that the z-coordinate can be specific coordinate of each image stored in stack. I don't know if is this right, but i think that if i have a stack of images and the z-coordinate is exact location of pixel in following or previous image. But i think i realy don't get a point of creating 3D gaussian blur filter for stack of images.
- 05-21-2012, 12:15 PM #10
- Join Date
- Sep 2008
- Location
- Voorschoten, the Netherlands
- Posts
- 11,413
- Blog Entries
- 7
- Rep Power
- 17
Re: Gaussian blur
When people rob a bank they get a penalty; when banks rob people they get a bonus.
- 05-21-2012, 12:51 PM #11
Member
- Join Date
- May 2012
- Posts
- 5
- Rep Power
- 0
Similar Threads
-
Simple Animation "Blur"
By alexdlaird in forum AWT / SwingReplies: 1Last Post: 11-15-2009, 01:48 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks