Split and Merge

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

Split and Merge

Bilel Maalej
Hello ,

I am working with Split And Merge Algorithme for Image with a plugin in
eclipse.
I finished the split Algorithm.
To finish The Merge one, i have to get the neighbour of any Region, so i
need to make Adgency graph.
Who can help me to give me the Algorithm to get neighbour for any Region.

Thanks
Bilel MAALEJ

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

Re: Split and Merge

Gabriel Landini
On Tuesday 11 Sep 2012 15:01:38 Bilel Maalej  wrote:
> I am working with Split And Merge Algorithme for Image with a plugin in
> eclipse.
> I finished the split Algorithm.
> To finish The Merge one, i have to get the neighbour of any Region, so i
> need to make Adgency graph.
> Who can help me to give me the Algorithm to get neighbour for any Region.

Just a couple of questions:

What is your definition of adjacency?
Is there a pixel gap/separation between the regions?
Or are you dealing with regions with different labels but no gap between them?

Will you make your algorithm open for others to access?

Cheers

Gabriel

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html