![]() |
Microscopy Image Browser
1.233
|
Interpolate lines between the slices. More...
Functions | |
| function img = | ib_interpolateLines (img, max_pnts, lineWidth) |
| Interpolate lines between the slices. More... | |
| function
contour = | ibinterpolateLines>interp_points (contour1, contour2, slice_id1, slice_id2) |
| function img = | ibinterpolateLines>draw_2d_lines (img, snake) |
Interpolate lines between the slices.
| function img = ib_interpolateLines | ( | img, | |
| max_pnts, | |||
| lineWidth | |||
| ) |
Interpolate lines between the slices.
One of two interpolation methods. The interpolation method can be selected in im_browser->File->Preferences.
| img | -> binary image dataset, for example the Selection layer [1:height, 1:width, 1:z] |
| max_pnts | -> maximal number of points used for interpolation. |
| lineWidth | -> width of the line in pixels. |
| img | -> binary image dataset, for example the Selection layer [1:height, 1:width, 1:z] |
Referenced by menuSelectionInterpolate().

| function img = ibinterpolateLines>draw_2d_lines | ( | img, | |
| snake | |||
| ) |
| function contour = ibinterpolateLines>interp_points | ( | contour1, | |
| contour2, | |||
| slice_id1, | |||
| slice_id2 | |||
| ) |