![]() |
Microscopy Image Browser
1.233
|
Load images from the list of files. More...
Functions | |
function [
img , img_info , pixSize ] = | ib_loadImages (filenames, options, handles) |
Load images from the list of files. More... | |
Load images from the list of files.
function [ img , img_info , pixSize ] = ib_loadImages | ( | filenames, | |
options, | |||
handles | |||
) |
Load images from the list of files.
Load images contained in the array of cells filesnames
and return img_info
containers.Map
filenames | array of cells with filenames |
options | -> a structure with parameters
|
handles | handles structure of im_browser |
img | - a dataset, [1:height, 1:width, 1:colors, 1:no_stacks] |
img_info | - a containers.Map with meta-data and image details |
pixSize | - a structure with voxel dimensions,
|
References getImageMetadata(), ib_getImages(), ib_updatePixSizeAndResolution(), and mib_inputdlg().
Referenced by filesListboxContext_cb(), im_browser_filesListbox_Callback(), loadModelBtn_Callback(), menuMaskLoad(), and mibrechopDatasetGui>loadModels().