![]() |
Microscopy Image Browser 2.91
MIB
|
Interpolate lines between the slices. More...
Functions | |
| function img = | mibInterpolateLines (img, max_pnts, lineWidth) |
| Interpolate lines between the slices. | |
| function contour = | mibInterpolateLines>interp_points (contour1, contour2, slice_id1, slice_id2) |
| function img = | mibInterpolateLines>draw_2d_lines (img, snake) |
Interpolate lines between the slices.
| function img = mibInterpolateLines | ( | 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] |
References min.
Referenced by mibModel.interpolateImage().

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