An open API service indexing awesome lists of open source software.

https://github.com/ptahmose/mexlibczi

read and write CZI-documents from MATLAB and Octave
https://github.com/ptahmose/mexlibczi

cpp czi-documents matlab microscopy octave zeiss zeiss-czi-files

Last synced: 3 months ago
JSON representation

read and write CZI-documents from MATLAB and Octave

Awesome Lists containing this project

README

          

# MEXlibCZI

a [MEX-file](https://www.mathworks.com/help/matlab/call-mex-file-functions.html) for reading and writing [CZI-documents](https://www.zeiss.com/microscopy/int/products/microscope-software/zen/czi.html)

# Description

This project provides a [MEX File Function](https://www.mathworks.com/help/matlab/call-mex-file-functions.html) which allows to
directly read and write [CZI-documents](https://www.zeiss.com/microscopy/int/products/microscope-software/zen/czi.html).
It is based on [libCZI](https://github.com/ptahmose/libCZI).
![MEXlibCZI](./doc/pictures/intro.PNG "MEXlibCZI")

This project provides a MEX-file for use with MATLAB and Octave.

The available commands are documented here: [commands](./doc/commands.markdown)

# Installing

Binaries for Windows-x64 and Linux-x64 are provided on the [release-page](https://github.com/ptahmose/MEXlibCZI/releases) here on GitHub.
For building from sources run [cmake](https://cmake.org/).