简体   繁体   中英

Image segmentation using ImageJ

I'm using ImageJ and I want to implement my own function to segment a 2D binary image.
In order to do that I need to implement a region-growing function.
The first white pixel in my image is the seed indice.
Then I apply region-growing with an 4 connected neighbourhood mask.
Do you have some idea for the algorithm or an java code exemple ?

You could try the Level Sets plugin, part of the Fiji distribution of ImageJ. I also found someother plugins with a very quick web search. What have you tried so far?

Since you are operating on binary images, see also Gabriel Landini's Morphological Operators for ImageJ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM