MITK 手册
可怜这么有用的开源竟然没有中文手册,
MITK Plugin Manuals
Overview
- The Basic Image Processing Plugin
- The DataManager
- MITK Diffusion Imaging (MITK-DI)
- The Image Cropper Plugin
- The Image Navigator
- The Measurement Toolbox Plugin
- The Movie Maker View
- The Mesh Decimation Plugin
- The Point Set Interaction View
- The Registration Plugin
- The Segmentation Plugin
- The Volume Visualization Plugin
- The Dicom Plugin
- Ultrasound
The Basic Image Processing Plugin
提供了一个简单的界面,基本的图像预处理和增强过滤器。 3D和4D图像过滤操作 噪声抑制,形态学运算,边缘检测和 图像反转和下采样。
Filters
Single image operations
Noise Suppression
- Gaussian Denoising
- Median Filtering
- Total Variation Denoising
Morphological Operations
- Dilation
- Erosion
- Opening
- Closing
Edge Detection
- Gradient Image
- Laplacian Operator (Second Derivative)
- Sobel Operator
- Misc
- Threshold
- Image Inversion
- Downsampling (isotropic)
Image Arithmetics
- Add two images
- Subtract two images
- Multiply two images
- Divide two images
- Binary Operations
- Logical AND
- Logical OR
- Logical XOR
- Load an image into MITK
- Select it in data manager
- Select which filter you want to use via the drop down list
- Press the execute button
Dual image operations
All you have to do to use a filter is to:
The DataManager
The DataManager 犹如一个中央管理器,数据加载进四窗口中也即所谓的标准视图,用户就可以通过点击视图或者MITK模块的分割或基本图像处理操作。
Available sections:
- Introduction
- Loading Data
- Saving Data
- Working with the Datamanager
- List of Data-Elements
- Visibility of Data-Elements
- Representation of Data-Elements
- Preferences
- Property List
Loading Data
There are three ways of loading data into the Datamanager as so called Data-Elements.
The user can also load a series of 2D images (e.g. image001.png, image002.png ...) to a MITK 3D volume. To do this, just drag and drop one of those 2D data files into the Datamanager by holding the ALT key.
By right-clicking on the Data-Element all options are listed (see Screenshot2 and Screenshot 3).
- An arbitrary color can be chosen 颜色
- The opacity can be changed with a slide control 透明度
- In case of images a texture interpolation can be switched on or off. The texture interpolation smoothes the image, so that no single pixels are visible anymore. 纹理开关
- In case of surfaces the surface representation can be changed between points, wireframe or surface. 表面表示(点,线框,面)
- Global reinit updates all windows to contain all the current data. Reinit updates a single data item fits the windows to contain this data item. 全局更新数据
MITK Diffusion Imaging (MITK-DI)
This module provides means to diffusion weighted image reconstruction, visualization and quantification. Diffusion tensors as well as different q-ball reconstruction schemes are supported. Q-ball imaging aims at recovering more detailed information about the orientations of fibers from diffusion MRI measurements and, in particular, to resolve the orientations of crossing fibers.
Available sections:
- Known Issues
- Preprocessing
- Tensor Reconstruction
- Q-Ball Reconstruction
- Dicom Import
- FSL Import
- Quantification
- ODF Visualization Setting
- References
- Technical Information for Developers
- Manuals of componentes
The Image Cropper Plugin
不会创建一个新图像,只是隐藏了部分图像。
The Measurement View
Available Sections:
The Image Statistics View
The Segmentation Plugin
Available sections:
- Overview
- Technical Issues
- Image Selection
- Manual Contouring
- Interpolation
- Organ Segmentation
- Lesion Segmentation
- Things you can do with segmentations
- Surface Masking
- Technical Information for Developers
Creating this distinction between foreground and background is called segmentation. MITK是基于体元的分割,区别于其它 轮廓分割,
Manual Contouring 手动轮廓的缺点是你得在许多张2D图像中定义轮廓,不过分割是建议使用插值处理,使这一缺点相对的弱化了。一旦创建了一个新的分割,在数据管理中会出现一个“二进制蒙罩”条目,
下面开始对分割后的图像进行编辑,有少数情况里,子分割并不显示出来,可以按住ctrl同时,选择上原图像和子图像(分割图像)。一旦选定后,将只会显示分割图像,其它的都看不到了。
When a selection is made, the Segmentation View will hide all but the selected segmentation and the corresponding original image. When there are multiple segmentations, the unselected ones will remain in the Data Manager, you can make them visible at any time by selecting them.
Using Editing Tools
Multi-step undo and redo is fully supported by all editing tools. Use the application-wide undo button in the toolbar to revert erroneous actions.
Region Growing Tool Click at one point in a 2D slice widget to add an image region to the segmentation with the region growing tool. Moving up the cursor while holding the left mouse button widens the range for the included grey values; moving it down narrows it. When working on an image with a high range of grey values, the selection range can be influenced more strongly by moving the cursor at higher velocity.
MITK 手册的更多相关文章
- FREERTOS 手册阅读笔记
郑重声明,版权所有! 转载需说明. FREERTOS堆栈大小的单位是word,不是byte. 根据处理器架构优化系统的任务优先级不能超过32,If the architecture optimized ...
- JS魔法堂:不完全国际化&本地化手册 之 理論篇
前言 最近加入到新项目组负责前端技术预研和选型,其中涉及到一个熟悉又陌生的需求--国际化&本地化.熟悉的是之前的项目也玩过,陌生的是之前的实现仅仅停留在"有"的阶段而已. ...
- 转职成为TypeScript程序员的参考手册
写在前面 作者并没有任何可以作为背书的履历来证明自己写作这份手册的分量. 其内容大都来自于TypeScript官方资料或者搜索引擎获得,期间掺杂少量作者的私见,并会标明. 大部分内容来自于http:/ ...
- Redis学习手册(目录)
为什么自己当初要选择Redis作为数据存储解决方案中的一员呢?现在能想到的原因主要有三.其一,Redis不仅性能高效,而且完全免费.其二,是基于C/C++开发的服务器,这里应该有一定的感情因素吧.最后 ...
- JS魔法堂:不完全国际化&本地化手册 之 实战篇
前言 最近加入到新项目组负责前端技术预研和选型,其中涉及到一个熟悉又陌生的需求--国际化&本地化.熟悉的是之前的项目也玩过,陌生的是之前的实现仅仅停留在"有"的阶段而已. ...
- Windows API 函数列表 附帮助手册
所有Windows API函数列表,为了方便查询,也为了大家查找,所以整理一下贡献出来了. 帮助手册:700多个Windows API的函数手册 免费下载 API之网络函数 API之消息函数 API之 ...
- linux命令在线手册
下面几个网址有一些 Linux命令的在线手册,而且还是中文的,还可以搜索.非常方便 Linux命令手册 Linux命令大全 Linux中文man在线手册 每日一linux命令
- Mysql完全手册(笔记二,使用数据与性能优化)
一.使用数据 1.使用变量 MySQL也可以让我们以用户自定义的变量来存储select查询的结果,以便在将来select查询中使用.它们只会在客户会话期间存在,但是它们提供一个方便有效的方法来连接查询 ...
- html javascript css3 php3.2.3离线手册
各位新年快乐! 愿大家"愿有前程可奔赴,也有岁月可回头"! 发现个离线手册很全的网站,分享大家,也mark自用. http://www.shouce.ren/ 手册网
随机推荐
- ROS naviagtion analysis: move_base
博客转载自:https://blog.csdn.net/u013158492/article/details/50483123 这是navigation的第一篇文章,主要通过分析ROS代码级实现,了解 ...
- 显著水平alpha
http://blog.minitab.com/blog/adventures-in-statistics-2/understanding-hypothesis-tests:-significance ...
- Swing滚动条重写
Swing滚动条重写 摘自:https://blog.csdn.net/qq_40064948/article/details/81738191 未验证 Swing滚动条重写 2018年08月16日 ...
- 专题1-MMU-lesson3-MMU配置与使用
1.段方式MMU 利用虚拟地址然后找到物理地址,通过物理地址访问到led,其过程如下: 一个段的大小是[19:0]总共有1M的地址空间. 从上面可知对应GPIO的段物理基地址是0x7f000000.那 ...
- 黑盒测试实践--Day7 12.1
黑盒测试实践--Day7 12.1 今天完成任务情况: 录制小组作业中的自动化测试工具实践视频 汇总大家提交的各种作业模块,打包完成小组共同作业 小组成员完成个人情况说明后在截止时间前分别提交作业 小 ...
- 在使用webstorm打开本地项目文件夹的html文件时,浏览器提示404错误
错误原因:在使用webstorm打开本地项目文件夹的html文件时,浏览器提示404错误. 错误分析:文件夹命名内包含“+”,此特殊符号导致浏览器解析错误. 改正方案:去掉特殊符号“+”
- http服务 WCF、Web API、Web service、WCF REST之间的区别
http服务 WCF.Web API.Web service.WCF REST之间的区别 在.net平台下,有大量的技术让你创建一个HTTP服务,像Web Service,WCF,现在又出了Web ...
- 函数返回值string与返回值bool区别------c++程序设计原理与实践(进阶篇)
为什么find_from_addr()和find_subject()如此不同?比如,find_from_addr()返回bool值,而find_subject()返回string.原因在于我们想说明: ...
- C# 抽象(3)
接上章: 抽象类中有抽象方法,那么可不可以有非抽象方法呢? 答案是可以的. abstract class Human { public abstract void Think(); public ab ...
- Kubernetes 集群部署(3) -- Flannel 集群
1. 下载包 wget https://github.com/coreos/flannel/releases/download/v0.11.0/flannel-v0.11.0-linux-amd64. ...