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

Step 1: How to create a new MITK Plugin

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

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

    MITK Tutorial(二)

    MITK Tutorial(二)

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

     

    MITK Tutorial(二)

    The result is this :

    MITK Tutorial(二)

相关文章:

  • 2021-10-31
  • 2022-12-23
  • 2021-07-08
  • 2021-10-14
  • 2021-04-11
  • 2021-08-11
  • 2021-08-31
  • 2021-06-05
猜你喜欢
  • 2021-09-27
  • 2021-12-27
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-05-11
  • 2022-02-11
相关资源
相似解决方案