Dear MITK developers, I am trying to use the interactive segmentation tools, especially the paintbrush, in MITK version 0.12, but the tool-GUI to control the brush size won't appear when I select the paintbrush tool. Did anyone have similar problem and could offer some suggestions about what to do?
I tried to compile the application with both Qt3 and Qt4 (on Windows using Visual Studio 2005). The application can always be built without any problem, but the tool GUI just won't appear with either build. I found that the line std::list<itk::LightObject::Pointer> allGUIs = itk::ObjectFactoryBase::CreateAllInstance(guiClassname.c_str()); in mitkTool.cpp always returns an empty list somehow. I also tried the recent MITK version 0.14, and it works very well regarding the tools GUI. Unfortunately, this newer version somehow is quite slower than the previous 0.12 version. By that I mean the brush moves very smoothly with the 0.12 version but no longer smooth anymore with 0.14. Does anybody know why? Thanks in advance! Xiao ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
