Re: Add border to image
Posted by
Tycho Scholtens on
Jan 17, 2006; 11:30pm
URL: http://imagej.273.s1.nabble.com/Add-border-to-image-tp3704047p3704050.html
I thinks this will work.
Thanks.
Tycho
-----Original Message-----
From: ImageJ Interest Group [mailto:
[hidden email]] On Behalf Of
Gabriel Landini
Sent: Tuesday, January 17, 2006 10:43 PM
To:
[hidden email]
Subject: Re: Add border to image
> >I want to add a border to an image for event selection operations.
> >I cannot seem to find a function in ImageJ that does this.
> >Increasing the canvas size is 1 solution, however, this influences the
> >results of particle analysis and that's not what I want.
Enlarge the canvas by the desired amount and then set an ROI of the original
image size so the ROI covers only the original part of the image and leaves
the borders unprocessed.
The Particle analyzer will operate only on the ROI.
Is that what you need?
Cheers,
Gabriel