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

Interpolate the shapes between the slices. More...

Functions

function [ img , boundingBox ] = mibInterpolateShapes (img, max_pnts)
 Interpolate the shapes between the slices.
 
function contour = mibInterpolateShapes>interp_points (contour1, contour2, slice_id1, slice_id2)
 
function img = mibInterpolateShapes>draw_2d_lines (img, snake)
 

Detailed Description

Interpolate the shapes between the slices.

Function Documentation

◆ mibInterpolateShapes()

function [ img , boundingBox ] = mibInterpolateShapes ( img,
max_pnts )

Interpolate the shapes between the slices.

One of two interpolation methods. The interpolation method can be selected in MIB->File->Preferences.

Note
This method can interpolate only the filled shapes.
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.
Return values
img-> binary image dataset, for example the Selection layer [1:height, 1:width, 1:z]
boundingBox-> a bounding box of the area that was used to calculate interpolation, [xMin, xMax, yMin, yMax, zMin, zMax]
See also
ib_interpolateLines

References max, and min.

Referenced by mibModel.interpolateImage().

Here is the caller graph for this function:

◆ mibInterpolateShapes>draw_2d_lines()

function img = mibInterpolateShapes>draw_2d_lines ( img,
snake )

◆ mibInterpolateShapes>interp_points()

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

References min.