![]() |
Microscopy Image Browser
1.233
|
a callback to the handles.loadModelBtn, loads model to MIB from a file More...
Functions | |
function | loadModelBtn_Callback (hObject, eventdata, handles, model, options) |
a callback to the handles.loadModelBtn, loads model to MIB from a file More... | |
a callback to the handles.loadModelBtn, loads model to MIB from a file
function loadModelBtn_Callback | ( | hObject, | |
eventdata, | |||
handles, | |||
model, | |||
options | |||
) |
a callback to the handles.loadModelBtn, loads model to MIB from a file
hObject | handle to im_browser.m (see GCBO) |
eventdata | eventdata structure |
handles | structure with handles of im_browser.m |
model | [optional], a matrix contaning a model to load [1:obj.height, 1:obj.width, 1:obj.color, 1:obj.no_stacks, 1:obj.time] |
options | [optional], a structure with additional parameters:
|
References amiraLabels2bitmap(), createModelBtn_Callback(), ib_loadImages(), modelShowCheck_Callback(), nrrdLoadWithMetadata(), unFocus(), and updateSegmentationLists().
Referenced by menuModelsImport(), and imbrowser>menuModelsLoad_Callback().