项目作者: husi253

项目描述 :
Show how to use OpenSlide in MATLAB through invoking Python script
高级语言: MATLAB
项目地址: git://github.com/husi253/openslide_py_mat.git
创建时间: 2020-07-14T00:02:50Z
项目社区:https://github.com/husi253/openslide_py_mat

开源协议:

下载


Introduction

This small code example shows how to use OpenSlide in MATLAB through invoking Python script.

Dependencies

This code example needs a Python virtual environment located at folder /home/user/python/env.

  1. pip install numpy
  2. pip install openslide-python

Don’t forget to install the OpenSlide library according to your OS.

Usage

Run the script use_example.m in MATLAB.

Acknowledgement

The function nparray2mat is from the code sample of
Christoph Wiedemann
.