Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_fillMembranes.m File Reference

Fill holes between the slices for the same object. More...

Functions

function Model = ib_fillMembranes (Model, countour, overlap)
 Fill holes between the slices for the same object. More...
 

Detailed Description

Fill holes between the slices for the same object.

Function Documentation

function Model = ib_fillMembranes (   Model,
  countour,
  overlap 
)

Fill holes between the slices for the same object.

Experimental function that transforms lines into planar structures to make sure that the line objects on two consecutive frames overlap. The function may be useful to complement the traced membranes. It is called from im_browser->Menu->Models->Fill membrane

Parameters
Model- a model [1:height, 1:width, 1:no_stacks]
countourindex of the material
overlapoverlap value in pixels
Return values
Modelthe model [1:height, 1:width, 1:no_stacks].

Referenced by menuModelFillMembrane().

Here is the caller graph for this function: