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

[output, handles] = ib_segmentation_MembraneClickTraker(yxzCoordinate, yx, modifier, handles) Trace membranes and draw a straight lines in 2d and 3d More...

Functions

function [ output ,

handles ] = 
ib_segmentation_MembraneClickTraker (yxzCoordinate, yx, modifier, handles)
 [output, handles] = ib_segmentation_MembraneClickTraker(yxzCoordinate, yx, modifier, handles) Trace membranes and draw a straight lines in 2d and 3d More...
 

Detailed Description

[output, handles] = ib_segmentation_MembraneClickTraker(yxzCoordinate, yx, modifier, handles) Trace membranes and draw a straight lines in 2d and 3d

Function Documentation

function [ output , handles ] = ib_segmentation_MembraneClickTraker (   yxzCoordinate,
  yx,
  modifier,
  handles 
)

[output, handles] = ib_segmentation_MembraneClickTraker(yxzCoordinate, yx, modifier, handles) Trace membranes and draw a straight lines in 2d and 3d

Parameters
yxzCoordinatea vector with [y,x,z] coodrinates of the starting point (match voxel coordinates of the dataset)
yxa vector [y,x] with coordinates of the clicked point
modifiera string, to specify what to do with the generated selection
  • empty - trace membrane from the starting to the selected point
  • 'shift' - defines the starting point of a membrane
handlesa handles structure of im_browser
Return values
outputa string that defines what next to do in the im_browser_WindowButtonDown function
  • 'continue' - continue with the script
  • 'return' - stop execution and return
handlesa handles structure of im_browser
Required fields of handles:

References ib_connect_points(), ib_connectPoints(), and ib_do_backup().

Referenced by im_browser_WindowButtonDownFcn().

Here is the call graph for this function:

Here is the caller graph for this function: