Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.26 KB

ReadMe.rst

File metadata and controls

56 lines (41 loc) · 1.26 KB

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