![]() |
Microscopy Image Browser
1.233
|
A function that gets ginput function to pick a point within imageAxes. More...
Functions | |
| function [
xData , yData , zData , xClick , yClick ] = | getClickPoint (handles, nTimes, permuteSw) |
| A function that gets ginput function to pick a point within imageAxes. More... | |
A function that gets ginput function to pick a point within imageAxes.
| function [ xData , yData , zData , xClick , yClick ] = getClickPoint | ( | handles, | |
| nTimes, | |||
| permuteSw | |||
| ) |
A function that gets ginput function to pick a point within imageAxes.
| handles | handles structure of im_browser |
| nTimes | [optional] number of points to get, default = 1 |
| permuteSw | [optional], can be empty
|
| xData | x - coordinate within the dataset |
| yData | y - coordinate within the dataset |
| zData | z - coordinate within the dataset; note! The Z-value is the same for all points |
| xClick | x - coordinate of the click |
| yClick | y - coordinate of the dataset |
Examples:
References my_ginput().
Referenced by Measure.AngleFun(), Measure.CaliperFun(), Measure.CircleFun(), Measure.DistanceFun(), Measure.DistancePolyFun(), roiRegion.imellipseFun(), roiRegion.impolyFun(), roiRegion.imrectFun(), and Measure.PointFun().

