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

handles = ib_segmentation_SmartWatershed(modifier, handles) Do segmentation using the smart watershed. This function is a stripped version of the Watershed segmentation tool available from Menu->Tools->Watershed segmentation. More...

Functions

function
handles = 
ib_segmentation_SmartWatershed (modifier, handles)
 handles = ib_segmentation_SmartWatershed(modifier, handles) Do segmentation using the smart watershed. This function is a stripped version of the Watershed segmentation tool available from Menu->Tools->Watershed segmentation. More...
 

Detailed Description

handles = ib_segmentation_SmartWatershed(modifier, handles) Do segmentation using the smart watershed. This function is a stripped version of the Watershed segmentation tool available from Menu->Tools->Watershed segmentation.

Function Documentation

function handles = ib_segmentation_SmartWatershed (   modifier,
  handles 
)

handles = ib_segmentation_SmartWatershed(modifier, handles) Do segmentation using the smart watershed. This function is a stripped version of the Watershed segmentation tool available from Menu->Tools->Watershed segmentation.

Parameters
modifiera string with a key modifier:
  • ' - empty, no modifier, do watershed for the current slice only or for the whole volume, when the 3D checkbox (Selection panel) is checked.
  • shift, do for all slices in the 2D mode.
handlesa handles structure of im_browser
Return values
handlesa handles structure of im_browser
Required fields of handles:

Examples:

handles = ib_segmentation_SmartWatershed(handles); // do smart watershed
Attention
sensitive to the
sensitive to the shown ROI

References ib_do_backup(), ib_getDataset(), ib_getSlice(), ib_setDataset(), and ib_setSlice().

Referenced by imbrowser>segmWatershedSegmBtn_Callback().

Here is the call graph for this function:

Here is the caller graph for this function: