Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibGetMorphMask.m File Reference

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

Functions

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

Detailed Description

Return result of BW Morphological filters generated from img.

Function Documentation

◆ mibGetMorphMask()

function mask = mibGetMorphMask ( img,
Options )

Return result of BW Morphological filters generated from 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
  • .cpuParallelLimit -> number of CPU available for parallel processing
Return values
maskgenerated mask image [1:height,1:width,1:no_stacks], (0/1);
Required fields of Options:

Referenced by mibController.mibMaskGenerator().

Here is the caller graph for this function: