Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cnzakimuena committed Jan 21, 2021
1 parent 87f3d06 commit df4b97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@

# segPLEX
The algorithm is designed to be executed following the execution of 'convertPLEX' (https://github.com/cnzakimuena/convertPLEX). Similarly as with 'convertPLEX', all previously processed folders containing all files (e.g. ‘SamplePatient_01’, ‘SamplePatient_02’, etc.) should be inserted into a 'processed' folder, which should be located inside the current directory.<br/>
The algorithm is designed to be executed following the execution of 'convertPLEX' (https://github.com/cnzakimuena/convertPLEX). Similarly as with 'convertPLEX', all previously preprocessed folders containing all files (e.g. ‘SamplePatient_01’, ‘SamplePatient_02’, etc.) should be inserted into a 'preprocessed' folder, which should be located inside the current directory.<br/>
The segmentation of PLEX Elite 9000 retinal B-scan (size 3mm x 3mm) retinal-vitreous interface (RVI), top and bottom retinal pigment epithelium (RPE), and Bruch’s membrane (BM) is provided. Two image segmentation algorithms are featured. The first consists of a cross-sectional pre-segmentation using A-scan gradients and an implementation of Dijkstra's shortest path algorithm [1]. The second approach is a refinement of the pre-segmentation and involves a graph-cuts algorithm [2]. The segmentation algorithms were previously described and implemented on OCT images generated using a different device [3].<br/>
An algorithm for structuring data into an Early Treatment Diabetic Retinopathy Study (ETDRS) grid [4] is also provided.<br/>

Expand Down

0 comments on commit df4b97f

Please sign in to comment.