Login  Register

Re: Add border to image

Posted by Gabriel Landini on Jan 17, 2006; 9:42pm
URL: http://imagej.273.s1.nabble.com/Add-border-to-image-tp3704047p3704049.html

> >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