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
- Host: GitHub
- URL: https://github.com/ptahmose/mexlibczi
- Owner: ptahmose
- License: gpl-3.0
- Created: 2020-08-04T22:32:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T22:58:38.000Z (about 1 year ago)
- Last Synced: 2025-04-30T22:51:59.855Z (about 1 year ago)
- Topics: cpp, czi-documents, matlab, microscopy, octave, zeiss, zeiss-czi-files
- Language: C++
- Homepage:
- Size: 2.97 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

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