Skip to content

Biomedically motivated community-detection-based image segmentation

Notifications You must be signed in to change notification settings

wigasper/rusty-lung

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-lung

Biomedically motivated community-detection-based image segmentation

This small project utilizes the label propagation community detection algorithm in order to segment images. The initial abstraction process involves abstracting pixels to nodes and creating edges between nearby nodes that have similar luminosities. In order to combat over-segmentation, the resulting communities from the initial round of label propagation are then abstracted into the nodes for further rounds. The current results are not super great.

Requires Rust.

Installation is simple:

git clone https://github.com/wigasper/rusty-lung
cd rusty-lung
cargo build --release

About

Biomedically motivated community-detection-based image segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published