Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
getMorphMask.m File Reference

Return result of BW Morphological filters generated from the img. More...

Functions

function mask = getMorphMask (img, Options)
 Return result of BW Morphological filters generated from the img. More...
 

Detailed Description

Return result of BW Morphological filters generated from the img.

Function Documentation

function mask = getMorphMask (   img,
  Options 
)

Return result of BW Morphological filters generated from the img.

Parameters
img-> input image, [1:height, 1:width, 1:color, 1:layers]
Options-> a structure with Parameters
  • .type -> a string with the function (Extended-maxima transform, Extended-minima transform, Regional maxima, Regional minima)
  • .threeD -> 3d switch (1-3d space, 0-2d space)
  • .all_sw -> indicates full stack or single layer
  • .orientation -> indicates dimension for 2d iterations, 1-for XZ, 2 - YZ, 4 -XY
  • .currentIndex -> index of the current slice
Return values
maskgenerated mask image [1:height,1:width,1:no_stacks], (0/1);
Required fields of Options:

Referenced by ib_maskGenerator().

Here is the caller graph for this function: