MITK Tutorial(二)

目标: 生成MITK 插件包括一个新用户交互的视图,并调用一些ITK filters。

Step 1: How to create a new MITK Plugin

  1. 可以选择用Plugin Generator(附链接http://docs.mitk.org/nightly-qt4/NewPluginPage.htmlcMake后,VS编译生成目录Debug中mitkplugingenerator.exe ,现已打包分享http://pan.baidu.com/s/1ntHiJbz其中.bat 内容需根据实际情况更改path路径内容
  2. 可以选择移植Plugins 修改并添加到自己应用中

    Copy the source code (org.mitk.example.gui.regiongrowing) to your soruce file

    Now you just modify the name of it.And the CmakeLists.txt . Then you can cmake and compile!

     

    The result is this :

原文地址:https://www.cnblogs.com/taopanpan/p/3658356.html