# gelslim_mpi **Repository Path**: zcex/gelslim_mpi ## Basic Information - **Project Name**: gelslim_mpi - **Description**: MPI 实验室 gelslim 代码仓库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-11-16 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GelSlim Package of MPILab ## 1. 安装 ```shell $ git clone https://gitee.com/liuyvjin/gelslim_mpi.git $ cd gelslim_mpi ``` 为开发用途安装 ```shell $ python setup.py develop ``` ## 2. Examples | 示例程序 | 简介 | |---|---| | `example_show_image.py` |展示图像| | `example_record_video.py` |展示并保存视频流| |`example_calibrate_table.py`| 标定深度查找表| |`example_search_params.py`| 搜索最优图像处理参数| | `example_recon_depth.py` |重建单张图片深度| | `example_real_time_recon.py` |实时重建深度| | `example_track_dots.py`| 跟踪斑点|