![]() |
Microscopy Image Browser
1.233
|
Do segmentation using the Magic Wand tool. More...
Functions | |
function
handles = | ib_segmentation_MagicWand (yxzCoordinate, modifier, handles) |
Do segmentation using the Magic Wand tool. More... | |
Do segmentation using the Magic Wand tool.
function handles = ib_segmentation_MagicWand | ( | yxzCoordinate, | |
modifier, | |||
handles | |||
) |
Do segmentation using the Magic Wand tool.
yxzCoordinate | a vector with [y,x,z] coodrinates of the starting point, for 2d case it is enough to have only [y, x]. |
modifier | a string, to specify what to do with the generated selection
|
handles | a handles structure of im_browser |
handles | a handles structure of im_browser |
Examples:
References ib_do_backup().
Referenced by im_browser_WindowButtonDownFcn().