Révision 33
src/lsm_cells.cpp (revision 33) | ||
---|---|---|
1 | 1 |
/* |
2 | 2 |
Level-set Method to detect cell's contours |
3 |
Parallel standard version |
|
3 |
- Parallel standard version - |
|
4 |
|
|
5 |
Copyright 2016 ENS de Lyon |
|
4 | 6 |
|
7 |
File author(s): |
|
8 |
Typhaine Moreau, Annamaria Kiss <annamaria.kiss@ens-lyon.fr.fr> |
|
9 |
See accompanying file LICENSE.txt |
|
10 |
|
|
5 | 11 |
To compile : |
6 | 12 |
g++ -o lsm_cells lsm_cells.cpp -O2 -L/usr/X11R6/lib -lm -lpthread -lX11 -fopenmp |
7 | 13 |
Needs CImg.h and lsm_lib.h |
src/lsm_contour.cpp (revision 33) | ||
---|---|---|
1 | 1 |
/* |
2 |
Level-set Method to detect contour (exterior shape) |
|
3 |
Sequential |
|
4 |
Stop criteria parameters in command lines |
|
2 |
Level-set Method to detect tissue contour (exterior shape) |
|
3 |
- Sequential - |
|
5 | 4 |
|
5 |
Copyright 2016 ENS de Lyon |
|
6 |
|
|
7 |
File author(s): |
|
8 |
Typhaine Moreau, Annamaria Kiss <annamaria.kiss@ens-lyon.fr.fr> |
|
9 |
See accompanying file LICENSE.txt |
|
10 |
|
|
6 | 11 |
To compile |
7 | 12 |
g++ -o lsm_contour lsm_contour.cpp -O2 -L/usr/X11R6/lib -lm -lpthread -lX11 -l:libtiff.so.5 |
8 | 13 |
Need CImg.h and lsm_lib.h |
src/lsm_lib.h (revision 33) | ||
---|---|---|
1 |
/* |
|
2 |
Copyright 2016 ENS de Lyon |
|
3 |
|
|
4 |
File author(s): |
|
5 |
Typhaine Moreau, Annamaria Kiss <annamaria.kiss@ens-lyon.fr.fr> |
|
6 |
|
|
7 |
See accompanying file LICENSE.txt |
|
8 |
*/ |
|
9 |
|
|
1 | 10 |
#include <iostream> |
2 | 11 |
#include <math.h> |
3 | 12 |
#include <sstream> |
Formats disponibles : Unified diff