![]() |
Microscopy Image Browser
1.233
|
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... | |
Fill holes between the slices for the same object.
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
Model | - a model [1:height, 1:width, 1:no_stacks] |
countour | index of the material |
overlap | overlap value in pixels |
Model | the model [1:height, 1:width, 1:no_stacks]. |
Referenced by menuModelFillMembrane().