Hi Francesco, I am not familiar with ItkVtkGlue, but on the site you linked are some hints (at the very bottom) how to get it to work.
However, if you would like to experiment with ITK algorithms and not be concerned with data IO and rendering, you might be better off creating your own small MITK project with a plug-in where you can experiment with ITK. Please see http://mitk.org/wiki/SetupAMitkBasedProject and http://docs.mitk.org/nightly-qt4/NewPluginPage.html The project generated by the Plugin Generator allows you to immediately start to use ITK within the generated MITK plug-in. - Sascha On 05/30/2012 01:24 PM, Mr Francesco Grussu wrote: > Dear all, > I have successfully build the MITK toolkit on Linux (Ubuntu 11.10) and I > am trying to get started with the functions provided by the toolkit. > I need to perform a segmentation algorithm and I thought that the > functionalities provided by ITK. > > I tried to compile the first example > http://www.itk.org/Wiki/ITK/Examples/IO/ImageFileReader but, when > launching ccmake, it complains that a path is missing: > > ************************************************************ > Could not find module FindItkVtkGlue.cmake or a configuration file for > package ItkVtkGlue. > > Adjust CMAKE_MODULE_PATH to find FindItkVtkGlue.cmake or set > ItkVtkGlue_DIR > to the directory containing a CMake configuration file for ItkVtkGlue. > The > file will have one of the following names: > > ItkVtkGlueConfig.cmake > itkvtkglue-config.cmake > ************************************************************ > > However, I do not have any ItkVtkGlueConfig.cmake or > itkvtkglue-config.cmake file either in the downloaded MITK folder or in > the folder where the superbuild process created the binaries. > > I suppose that I am not approaching the problem correctly. > How can I exploit the powerful algorithms provided by ITK having done the > MITK superbuild process? > Should I perform the build of ITK as well? Its main feature should be > covered by MITK, shouldn't they? > > Thanks a lot, > best regards > > Francesco > > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
