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

handles = ib_segmentation_Spot(y, x, modifier, handles) Do segmentation using the spot tool More...

Functions

function
handles = 
ib_segmentation_Spot (y, x, modifier, handles)
 handles = ib_segmentation_Spot(y, x, modifier, handles) Do segmentation using the spot tool More...
 

Detailed Description

handles = ib_segmentation_Spot(y, x, modifier, handles) Do segmentation using the spot tool

Function Documentation

function handles = ib_segmentation_Spot (   y,
  x,
  modifier,
  handles 
)

handles = ib_segmentation_Spot(y, x, modifier, handles) Do segmentation using the spot tool

Parameters
yy-coordinate of the spot center
xx-coordinate of the spot 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_Spot(50, 75, '', handles); // add a spot to the shown slice at position y=50, x=75

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: