![]() |
Microscopy Image Browser
1.233
|
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... | |
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 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.
modifier | a string with a key modifier:
|
handles | a handles structure of im_browser |
handles | a handles structure of im_browser |
Examples:
References ib_do_backup(), ib_getDataset(), ib_getSlice(), ib_setDataset(), and ib_setSlice().
Referenced by imbrowser>segmWatershedSegmBtn_Callback().