Skip to content

gofigure2/GoFigure2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoFigure2

1. Introduction

The prime goal of GoFigure2 is the automatic segmentation of nuclei and cell membranes and in temporally tracking them amidst cell division to create lineages.

2. Installation

2.1. From Package

2.2. From Sources

Please refer to

2.2.1. Prerequites

User or developpers should first install the following libraries and softwares

2.2.2. Configuration

  • On Linux and Mac:
Create a build directory (where GoFigure2 will be compiled)::
$ mkdir BUILD
Launch cmake::
$ cd BUILD $ ccmake path/to/source/directory
Build::
$ make -j8
Install::
# make install