Hi Alex, welcome to MITK!
On 05/20/2012 08:35 AM, zhangzhijun audi wrote: > Dear all: > I am just beginning using mitk for some deformable registration. > I have seen that in the extApp there are three deformable registration > modules. > I have several simple conceptual questions: > 1. what is the difference between module and plugin? are they the same > meaning? A MITK module is just a shared library build with some custom CMake macros to ease the dependency management between the modules. A plugin is also a shared library but it can take advantage of the plugin system offered by MITK to expose certain functionality in a modular way. Plug-ins are also used to tightly integrate functionality in the MITK application framework. > 2. what is the relation between the module and extapp.exe? There is no direct relationship. The ExtApp loads a certain set of plug-ins, which may or may not have dependencies on certain MITK modules (because they use certain features provided by the module API, e.g. tracking or segmentation stuff). Modules could also be used in command line applications not at all related to ExtApp. > 3. if I want to write a new module of deformable registration and add > into the extapp.exe , how to do compile and is there an example way to > add modules? Yes, there is a sample project which demonstrates best practices. Please see http://www.mitk.org/wiki/SetupAMitkBasedProject > I am strange why nobody ask this question. There is a question in > the FAQ page, however, the > link seems to be incorrect. The official documentation links are: http://docs.mitk.org/nightly-qt4/Development.html http://www.mitk.org/wiki/SetupAMitkBasedProject Best, Sascha ------------------------------------------------------------------------------ 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
