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

Add text annotation to the dataset. More...

Functions

function
handles = 
ib_segmentation_Annotation (y, x, z, t, modifier, handles)
 Add text annotation to the dataset. More...
 

Detailed Description

Add text annotation to the dataset.

Function Documentation

function handles = ib_segmentation_Annotation (   y,
  x,
  z,
  t,
  modifier,
  handles 
)

Add text annotation to the dataset.

Parameters
yy-coordinate of the annotation point
xx-coordinate of the annotation point
zz-coordinate of the annotation point
tt-coordinate of the annotation point
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_Annotation(50, 75, 10, '', handles); // add an annotation to position [y,x,z]=50,75,10

References ib_do_backup(), and mib_inputdlg().

Referenced by im_browser_WindowButtonDownFcn().

Here is the call graph for this function:

Here is the caller graph for this function: