Available tools for 3D segmentation and pixel classification
Submitted by iarganda on Thu, 02/07/2013 - 16:22
Forums:
Please post in this thread links to publicly available software that can help participants segmenting 3D neurites from EM images.
iarganda
Thu, 02/07/2013 - 16:30
Permalink
Open source tools
Some options are already publicly available to approach different tasks of the challenge. For example:
Please, feel free to post any other tool that you think may help the other participants.
Thanks!
iarganda
Tue, 02/19/2013 - 18:03
Permalink
Connected components on affinity graphs
If your segmentation method produces a 3D affinity graph as output. You can use the following Matlab code by Aleksandar Zlateski to run connected components using a specific threshold value and extract the corresponding 3D objects:
Usage:
>> R = ZiConnectedComponents(AffinityGraph, Threshold [, MinSize = 0] )
Affinity - 4D Affinity graph of type float or double
Threshold - float or double (edges below Threshold are ignored)
MinSize - float or double or Integer (components smaller than MinSize will be ignored)
For more information about using affinity graphs and image segmentation you can read the following paper, for example.
Check out Fig. 3: http://hebb.mit.edu/people/seung/papers/Turaga%20et%20al_NeuralComp_2010...
If you have any quesiton, just write it on this thread!
ignacio
iarganda
Fri, 03/15/2013 - 17:39
Permalink
Updated!
There was a small bug on the code. We have just fixed it and uploaded the new files.
Enjoy!