Skip to content

This repository contains the code employed in our work: "Unbiased Shape Compactness for segmentation"

Notifications You must be signed in to change notification settings

josedolz/UnbiasedShapeCompactness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbiased Shape Compactness for segmentation

This repository contains the code employed in our work: "Unbiased Shape Compactness for segmentation", which has been accepted at MICCAI 2017 and awarded with the "Students travel award MICCAI".

A version of the paper has been submitted to ArXiv paper

Running the code

The code is available only in matlab and python at the moment.

If you use this code for your research, please consider citing the original paper:

Matlab

To run it, in the matlab folder, just execute the following function:

runCompactness

Inside this function you can select which example from the paper you want to reproduce by assigning to the variable example one of the four options (AORTA_MRI, ESOPHAGUS_CT, RIGHTVENT_MRI, AORTA_CT). Compactness parameters are fixed as used in the paper.

Python

The python implementation is a translation from the Matlab code, and wasn't used in the original paper. Some minor features are missing, but the results are the same. It requires:

You can test it with ./runCompactness.py.

Todo

  • Split admm main loop in several functions
  • Add missing sanity tests after Laplacian update
  • Update the visualisation to match the Matlab version

About

This repository contains the code employed in our work: "Unbiased Shape Compactness for segmentation"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published