Skip to content

zhiqiiiiiii/OCT_preprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is adapted from Weiting Tan

  • read_img.py: read Cirrus .img file to numpy array.
  • detect_retina: detect boundaries for ILM, IS/OS, and BM. Then the volumn is flatterned to BM.
  • inpaint_nan3.py: fill in values for nan points.

Usage:

from read_img import read_img
from detect_retina import detect_retina 
img_vol = read_img(filepath, pixelsX, pixelsY, pixelsZ)
vol_flatterned, retina_mask, upper_bound, lower_bound = detect_retina(img_vol)

About

Code for preprocessing 3D OCT images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages