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

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...
 

Detailed Description

Load images from the list of files.

Function Documentation

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

Parameters
filenamesarray of cells with filenames
options-> a structure with parameters
  • .bioformatsCheck -> if 0 -> open standard image types, if 1 -> open images using BioFormats library
  • .progressDlg -> 1 - show waitbar, 0 - do not show waitbar
  • .customSections -> 0 or 1, when 1 take some custom section(s) from the dataset
handleshandles structure of im_browser
Return values
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,
  • .x - physical width of a pixel
  • .y - physical height of a pixel
  • .z - physical thickness of a pixel
  • .t - time between the frames for 2D movies
  • .tunits - time units
  • .units - physical units for x, y, z. Possible values: [m, cm, mm, um, nm]
Required fields of handles:
Required fields of options:
Generated fields of pixSize:

References getImageMetadata(), ib_getImages(), ib_updatePixSizeAndResolution(), and mib_inputdlg().

Referenced by filesListboxContext_cb(), im_browser_filesListbox_Callback(), loadModelBtn_Callback(), menuMaskLoad(), and mibrechopDatasetGui>loadModels().

Here is the call graph for this function:

Here is the caller graph for this function: