Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibInterpolateLines.m File Reference

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)
 

Detailed Description

Interpolate lines between the slices.

Function Documentation

◆ mibInterpolateLines()

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.

Note
This method can interpolate only the not closed lines.
Parameters
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.
Return values
img-> binary image dataset, for example the Selection layer [1:height, 1:width, 1:z]
See also
ib_interpolateShapes

References min.

Referenced by mibModel.interpolateImage().

Here is the caller graph for this function:

◆ mibInterpolateLines>draw_2d_lines()

function img = mibInterpolateLines>draw_2d_lines ( img,
snake )

◆ mibInterpolateLines>interp_points()

function contour = mibInterpolateLines>interp_points ( contour1,
contour2,
slice_id1,
slice_id2 )