[Insight-users] GeodesicActiveContour
Amadeus W. M.
amadeus84 at cablespeed.com
Tue Jul 26 18:58:32 EDT 2005
Trying to compile the Itk Applications, but a number of them are not being
built, among them, the one I need the most - GeodesicActiveContour.
I don't get compilation errors, it's not in the Makefile, so it's not
being built at all.
I'm using
InsightToolkit-2.0.1
InsightApplications-2.0.1
VTK-4.2-LatestRelease
CableSwig-ITK-2.0.0,
fltk-1.1.4-9
tcl-8.4.9-3
tk-8.4.9-3
g++-3.2
ccmake 2.0.5
I looked at the CMakeLists.txt file for the Applications, and I saw
GeodesicActiveContour is done only
IF(FLTK_FOUND)
IF(VTK_FOUND)
SUBDIRS(GeodesicActiveContour)
ENDIF(VTK_FOUND)
ENDIF(FLTK_FOUND)
but ccmake says it found them. There's no trace of GeodesicActiveContour
in CMakeCache.txt nor in the Makefile.
Any help on this?
More information about the Insight-users
mailing list