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

handles = ib_segmentation_ObjectPicker(yxzCoordinate, modifier, handles) Do a the targeted selection from Mask/Models layers More...

Functions

function
handles = 
ib_segmentation_ObjectPicker (yxzCoordinate, modifier, handles)
 handles = ib_segmentation_ObjectPicker(yxzCoordinate, modifier, handles) Do a the targeted selection from Mask/Models layers More...
 

Detailed Description

handles = ib_segmentation_ObjectPicker(yxzCoordinate, modifier, handles) Do a the targeted selection from Mask/Models layers

Function Documentation

function handles = ib_segmentation_ObjectPicker (   yxzCoordinate,
  modifier,
  handles 
)

handles = ib_segmentation_ObjectPicker(yxzCoordinate, modifier, handles) Do a the targeted selection from Mask/Models layers

Parameters
yxzCoordinatea vector with [y,x,z] coodrinates of the starting point, for 2d case it is enough to have only [y, x].
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:

yxzCoordinate = [50, 75];
handles = ib_segmentation_ObjectPicker(yxzCoordinate, modifier, handles); // start the Object Picker selection tool from position [y,x]=50,75

References ib_do_backup(), and ib_updateCursor().

Referenced by im_browser_WindowButtonDownFcn().

Here is the call graph for this function:

Here is the caller graph for this function: