[root]/Modules/DistanceTransformModel

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 12 (100.0%) | 559 (100.0%) | 46.5 |
| pieper | 10 (83.3%) | 559 (100.0%) | 55.9 |
| naucoin | 1 (8.3%) | 0 (0.0%) | 0.0 |
| jcfr | 1 (8.3%) | 0 (0.0%) | 0.0 |
ENH: Update CMakeLists.txt - CMake 2.6 is now required
The following line have been added:
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
IF(COMMAND CMAKE_POLICY)
CMAKE_POLICY(SET CMP0003 NEW)
ENDIF(COMMAND CMAKE_POLICY)
MARK_AS_ADVANCED(CMAKE_BACKWARDS_COMPATIBILITY)
0 lines of code changed in 1 file:
STYLE: remove dead code
0 lines of code changed in 1 file:
STYLE: added contributor info
0 lines of code changed in 1 file:
BUG: put module into correct category in menu
0 lines of code changed in 1 file:
BUG: turn off progress meter to avoid update loop
9 lines of code changed in 1 file:
ENH: rearrange pipeline to better capture input shape (calculate distance transform first, then downsample)
0 lines of code changed in 1 file:
ENH: new distance transform model calculation
550 lines of code changed in 6 files: