Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.2 KB

README.md

File metadata and controls

39 lines (27 loc) · 2.2 KB

Random Walker (RaW) segmentation

The code implements random walker (RaW) segmentations of myelinated axons in 3d electron microscopy (EM) data, developed in Lee, et al., Brain Struct Funct, 2019. All functions are implemented in MATLAB and defined in 3 classes:

  • rawseg: Random walker segmentation for myelinated axons in 3d EM data.
  • analyzeseg: Analyze segmented axons and calculate fiber orientation distribution (FOD), dispersion angle, axonal diameter, and g-ratio.
  • plotseg: Visualize segmented axons into a 3d box or 3d polyhedrons.

The usage of the classes can be found in demo_*.m files.

The EM data and axon segmentation can be downloaded here.

References

Authors

License

This project is licensed under the LICENSE.