Skip to content
Snippets Groups Projects
Select Git revision
  • archive
  • master default protected
  • v7.14.3
  • v7.14.2
  • v7.14.1
  • v7.14
  • v7.13
  • v7.12
  • v7.11
  • v7.10
  • v7.9
  • v7.8
  • v7.7
  • v7.6
  • v7.5
  • v7.4
  • v7.3
  • v7.3_MultiCellType
  • v7.2
  • v7.2_MultiCell
  • v7.1
  • v7.1_MultiCell
22 results

lever

  • Clone with SSH
  • Clone with HTTPS
  • Name Last commit Last update
    srcx
    .gitignore
    LICENSE
    README.md

    This is the source code repository for the paper "Segmenting Touching Cells"

    The manuscript is currently under review. This software is intended only for the selected reviewers to evaluate. It is not licensed for download or use.

    After the manuscript is accepted the software will be released free and open source.

    USAGE

    +src/MATLAB/demoPR.m -- generic 2-D pixel replication example

    +src/MATLAB/demoPR_3D.m -- includes 3-D ellipse generator. Uses same PixelReplicate.m as 2-D example, only the simulated ellipse generation is different.

    +src/ImageJ -- ImageJ plugin.

    +src/Python -- Python implementation.

    +src/MATLAB/DistributionSampling -- a more efficient implementation (useful for larger connected components.

    +src/PerformanceCharacterization -- quantitive comparison of different algorithms on simulated elllipse data.