![]() |
Microscopy Image Browser
1.233
|
[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... | |
[output, handles] = ib_segmentation_MembraneClickTraker(yxzCoordinate, yx, modifier, handles) Trace membranes and draw a straight lines in 2d and 3d
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
yxzCoordinate | a vector with [y,x,z] coodrinates of the starting point (match voxel coordinates of the dataset) |
yx | a vector [y,x] with coordinates of the clicked point |
modifier | a string, to specify what to do with the generated selection
|
handles | a handles structure of im_browser |
output | a string that defines what next to do in the im_browser_WindowButtonDown function
|
handles | a handles structure of im_browser |
References ib_connect_points(), ib_connectPoints(), and ib_do_backup().
Referenced by im_browser_WindowButtonDownFcn().