[go: up one dir, main page]

Menu

/trunk/Utils Commit Log


Commit Date  
[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
[r304] by benjaminbertram

Renewed copyright and licens information.

2015-08-24 17:42:05 Tree
[r300] by benjaminbertram

Changed default for built sub-projects. Simple scalar image types (char, ushort, float) defined only in Segment.

2015-08-24 14:45:34 Tree
[r295] by benjaminbertram

merged from branch 'rigid registration tool' R147:292.
Tested compile+run: XCode/clang 6 (Mac OS X 10.10.4, VTK 5.10, ITK 4.7, Qt 4.8.6 )
MSVS 2015 (Win 7 x64, VTK 5.10.1, ITK 4.8, Qt 4.8.7 ).

2015-08-22 13:26:00 Tree
[r131] by benjaminbertram

new Segmentation FilterChain architecture. 8bit/16bit image support. switchable MetaFilter. Use libFilterChain for pasting.
Segment_gui uses temp files for visualization. Implementation incomplete

2013-04-10 17:56:14 Tree
[r127] by benjaminbertram

Changes made to work with ITK 4.x
Henceforth check out branches/0.1.0 instead of trunk for ITK 3.x builds

2012-11-23 10:17:31 Tree
[r119] by benjaminbertram

Utils build is optional in CMake
fixed rescaling bug in convertRaw

2012-05-22 17:37:14 Tree
Older >