about algorithm in sharpening process

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

about algorithm in sharpening process

RenJingyuan
Recently, I used the sharpening process in AstroImageJ for an HST image of a planetary nebula IRAS 17150-3224 to search for whether there are arcs inside the lobes for tracing the mass-loss history of this object.

I tried unsharp masking function in IDL and I'd like to compare these results. Does anyone like to show me more details about the exact algorithm that is used in the sharpening process in AstroImageJ? Related articles are highly welcomed. Thank you so much for your help.
Reply | Threaded
Open this post in threaded view
|

Re: about algorithm in sharpening process

karenacollins
Administrator
The Sharpen functionality is a feature that is inherited from the underlying ImageJ. The page at the following link describes how the filter is implemented in ImageJ (and thus AIJ).

https://imagej.nih.gov/ij/docs/guide/146-29.html

Karen

On 7/1/2019 11:07 PM, RenJingyuan [via AstroImageJ] wrote:
Recently, I used the sharpening process in AstroImageJ for an HST image of a planetary nebula IRAS 17150-3224 to search for whether there are arcs inside the lobes for tracing the mass-loss history of this object.

I tried unsharp masking function in IDL and I'd like to compare these results. Does anyone like to show me more details about the exact algorithm that is used in the sharpening process in AstroImageJ? Related articles are highly welcomed. Thank you so much for your help.


If you reply to this email, your message will be added to the discussion below:
http://astroimagej.1065399.n5.nabble.com/about-algorithm-in-sharpening-process-tp1170.html
To start a new topic under AstroImageJ, email [hidden email]
To unsubscribe from AstroImageJ, click here.
NAML

Reply | Threaded
Open this post in threaded view
|

Re: about algorithm in sharpening process

RenJingyuan
Thank you so much for your reply, Dr. Collins.