Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 544 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 544 Bytes

oct-viewer

A simple viewer for Optical Coherence Tomography (OCT) volumes (Github repo).

UI

Usage

python oct_viewer.py <datadir>

Example

cd oct-viewer
python oct_viewer.py data

Data

The data folder must contain OCT volumes as 3D numpy arrays (dtype='uint8'), where the first axis is the B-scan, followed by rows(depth) and cols(width) of the B-scan, with image origin in the upper left corner.