[go: up one dir, main page]

Menu

/trunk/Utils Commit Log


Commit Date  
[r361] by twop

Fixed Edge Detection in Patch-Based Curvature
Added Edge Detection to Hessian Based method

2016-02-04 14:55:16 Tree
[r346] by twop

Added Comments
Renamed Classes

2015-12-21 12:53:11 Tree
[r345] by twop

Added: Parameter for selection of ComputationMode in Curvature.cpp
Changed: Curvature example script

2015-11-16 08:52:14 Tree
[r344] by benjaminbertram

Added: copyright notice for original source publication of Weingarten map computation (ANTs)

2015-11-10 11:50:06 Tree
[r342] by benjaminbertram

QScript: use "utils" instead of "python" .sys .os
fixed: cpsCurvature scriting

2015-11-09 20:31:39 Tree
[r340] by benjaminbertram

Implemented: -R -z parameter smoothing of background. No homogenization if < 0.

2015-11-04 00:03:59 Tree
[r339] by benjaminbertram

Moved Curvature and LabelGeometry sub projects to Utils.

2015-11-03 16:51:50 Tree
[r336] by benjaminbertram

fixed: CMakeLists.txt install directory for executables.

2015-11-03 15:48:17 Tree
[r335] by benjaminbertram

fixed: Thread Number changed by itkImageFilter between BeforeThreadedGenerateData and ThreadedGenerateData.
Implemented workaround to create barrier at begin of ThreadedGenerateData in single execution section of threadid 0.

2015-11-03 10:19:14 Tree
[r334] by twop

Fixed INSTALL_TARGETS in CMakeLists.txt

E.g. changed
INSTALL_TARGETS(/lib libFilterChain)

to

INSTALL(TARGETS libFilterChain
RUNTIME DESTINATION lib
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)

in all files.

2015-11-03 09:43:29 Tree
Older >