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.
- Please refer to
User or developpers should first install the following libraries and softwares
- CMake (>=2.8.2) visit http://www.cmake.org
- Qt (>=4.5) visit http://www.qtsoftware.com
- MySQL (=5.1) visit http://www.mysql.com
- FFMPEG (optional Linux or Mac) visit visit http://www.ffmpeg.org
- VTK with Qt and MYSQL (>=5.6) visit http://www.vtk.org
- ITK (>=3.20) visit http://www.itk.org
- Boost (>=1.38) visit http://www.boost.org
- 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