![]() |
Microscopy Image Browser
1.233
|
Get a dataset opened in Imaris and corresponding meta-data. More...
Functions | |
| function [
img , img_info , viewPort , handles ] = | ib_getImarisDataset (handles) |
| Get a dataset opened in Imaris and corresponding meta-data. More... | |
| function imOut = | ibgetImarisDataset>getByBlocks (connImaris, colId, timePoint) |
Get a dataset opened in Imaris and corresponding meta-data.
| function [ img , img_info , viewPort ] = ib_getImarisDataset | ( | handles | ) |
Get a dataset opened in Imaris and corresponding meta-data.
| handles | handles structure from im_browser |
| img | 4D dataset |
| img_info | Containers.Map with meta data |
| viewPort | a structure with the viewPort parameters .min - a vector with minimal intensities for contrast adjustment .max - a vector with maximal intensities for contrast adjustment .gamma - a vector with gamma factor for contrast adjustment |
| handles | handles structure from im_browser |
| handles | handles structure from im_browser |
| img | 4D dataset |
| img_info | Containers.Map with meta data |
| viewPort | a structure with the viewPort parameters .min - a vector with minimal intensities for contrast adjustment .max - a vector with maximal intensities for contrast adjustment .gamma - a vector with gamma factor for contrast adjustment |
Examples:
References IceImarisConnector.IceImarisConnector(), and mib_inputdlg().
Referenced by menuFileImportImage().


| function imOut = ibgetImarisDataset>getByBlocks | ( | connImaris, | |
| colId, | |||
| timePoint | |||
| ) |