Remove points on the edges of images

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

Remove points on the edges of images

roymf
spots on edges I have a binary image with some spots. I would like to remove the spots on the edges and replace them with white (background). Please let me know if anyone has ideas. Thanks, Roy
Reply | Threaded
Open this post in threaded view
|

Re: Remove points on the edges of images

Yuekan Jiao-2
Hi,

Threshold the image to get the binary image of the spots, apply "Analyze
Particles" on the binary image with option "Exclude on edges" and show
"masks", the mask image gets rid of the spots on the edges.

Yuekan

On Fri, Sep 25, 2015 at 9:56 AM, roymf <[hidden email]> wrote:

> <http://imagej.1557.x6.nabble.com/file/n5014467/test1.jpg> I have a binary
> image with some spots. I would like to remove the spots on the edges and
> replace them with white (background). Please let me know if anyone has
> ideas.Thanks,Roy
>
>
>
> --
> View this message in context:
> http://imagej.1557.x6.nabble.com/Remove-points-on-the-edges-of-images-tp5014467.html
> Sent from the ImageJ mailing list archive at Nabble.com.
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Remove points on the edges of images

roymf
Hi Yuekan, That works perfectly. Thanks a lot. Roy