面罩发电机面板

This panel hosts several ways of automatic mask generation. Specific areas of interest from the generated mask may further be selected for segmentation.See more about masks.

Back toIndex-->User Guide-->面板

Contents

Common fields

There are several common fields that do not depend on type of the selected mask generator.

the whole dataset in the 2D mode,i.e.slice by slice;3D使用3D模式进行掩码生成

3.Do itbutton:

Frangi Filter

Hessian based Frangi Vesselness filter, written by Marc Schrijver and Dirk-Jan Kroon. This function uses the eigenvectors of the Hessian to compute the likeliness of an image region to contain vessels or other image ridges, according to the method described by Frangi1998,2001.

Note, to work properly this function should be compiled. See details inSystem Requirements

Parameters:

Morphological filters

基于Matlab的形态过滤器套。

Strel Filter

Generate mask based on morphological image opening and black-and-white thresholding. The function first performs morphological bottom-hat (Black on whiteis checked) or top-hat (Black on whiteis unchecked) filtering of the image. The top-hat filtering computes the morphological opening of the image (usingimopen) and then subtracts the result from the original image. The result is then black and white thresholded with parameter in theB/W thresholdedit box.

  1. Strel size, defines size of the structural element (disktype) forimtophat.andimbothatfiltering.
  2. Fillcheckbox, check it to fill holes in the resultedMaskimage.
  3. B/W threshold, specifies parameter for the black and white thresholding.
  4. Size limit, limits the size of generated 2D objects so that objects smaller than this value are removed from theMaskduring the filter run.
  5. Black on whitecheckbox, when checked, the filter will use morphological bottom-hat filtering (imbothat)。当不受形态上流社会的filtering (imtophat.)。

Back toIndex-->User Guide-->面板