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

Do segmentation using the 3D ball tool. More...

Functions

function
handles = 
ib_segmentation_3dBall (y, x, z, modifier, handles)
 Do segmentation using the 3D ball tool. More...
 

Detailed Description

Do segmentation using the 3D ball tool.

Function Documentation

function handles = ib_segmentation_3dBall (   y,
  x,
  z,
  modifier,
  handles 
)

Do segmentation using the 3D ball tool.

Parameters
yy-coordinate of the 3D ball center
xx-coordinate of the 3D ball center
zz-coordinate of the 3D ball center
modifiera string, to specify what to do with the generated selection
  • empty - makes new selection
  • 'control' - removes selection from the existing one
handlesa handles structure of im_browser
Return values
handlesa handles structure of im_browser
Required fields of handles:

Examples:

handles = ib_segmentation_3dBall(50, 75, 10, '', handles); // add a ball to position [y,x,z]=50,75,10

References ib_do_backup().

Referenced by im_browser_WindowButtonDownFcn().

Here is the call graph for this function:

Here is the caller graph for this function: