![]() |
Microscopy Image Browser
1.233
|
Read completely the BigDataViewer format of Fiji into Matlab. More...
Functions | |
function [
img_info , I ] = | readBigDataViewerFormat (filename, orient, options) |
Read completely the BigDataViewer format of Fiji into Matlab. More... | |
Read completely the BigDataViewer format of Fiji into Matlab.
function [ img_info , I ] = readBigDataViewerFormat | ( | filename, | |
orient, | |||
options | |||
) |
Read completely the BigDataViewer format of Fiji into Matlab.
The format description: http://fiji.sc/BigDataViewer#About_the_BigDataViewer_data_format
filename | name of the file: xml or h5 |
orient | [optional], can be NaN
|
options | [optional], a structure with extra parameters
|
img_info | containers.Map with metadata |
I | [optional], a dataset |
Examples:
References xml2struct().