-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from drombas/new_doc
DOC: add tutorials and installation instructions
- Loading branch information
Showing
16 changed files
with
579 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ A MATLAB Toolbox for retinal OCT image analysis. | |
![fig_readme](https://user-images.githubusercontent.com/50577357/198825276-a70c2cc9-6fd4-408c-8adb-d9f7fcd8d6de.png) | ||
|
||
## What can I do with RETIMAT? | ||
- Read propietary OCT files (.vol, .e2e, .img, .fda, .xml) | ||
- Read OCT files: .vol, .e2e, .img, .fda, .xml (OCT Explorer) | ||
- Visualization | ||
- Raw images (OCT, fundus) + en-face maps (thickness, reflectance) | ||
- Summary reports | ||
|
@@ -26,4 +26,4 @@ A MATLAB Toolbox for retinal OCT image analysis. | |
3. Take a look into the tutorials | ||
|
||
## Contact | ||
For help, feedback or collaboration inquiries please contact dromero@mondragon.edu | ||
For help, feedback or collaboration inquiries please contact dromero[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,18 +3,42 @@ | |
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to RETIMAT's documentation! | ||
=================================== | ||
Home | ||
==== | ||
|
||
RETIMAT is MATLAB toolbox for retinal OCT image analysis. | ||
|
||
.. image:: https://user-images.githubusercontent.com/50577357/198825276-a70c2cc9-6fd4-408c-8adb-d9f7fcd8d6de.png | ||
:width: 1000 | ||
:alt: Alternative text | ||
|
||
What can I do with RETIMAT | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* Read OCT files: ``vol``, ``e2e``, ``fda``, ``img``, ``OCTExplorer`` | ||
* Visualize images | ||
* Feature extraction: thickness, foveal pit morphology, texture | ||
|
||
How to install it | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
1. Download the code from `here <https://zenodo.org/record/7313091#.ZDVXQLxBz1s>`_ | ||
2. Unzip the downloaded file | ||
3. Execute the ``startup.m`` script from the main folder | ||
4. Follow the tutorials or reach out for help | ||
|
||
How to use it | ||
^^^^^^^^^^^^^ | ||
.. toctree:: | ||
:hidden: | ||
|
||
self | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
tutorials | ||
functions | ||
|
||
Indices and tables | ||
================== | ||
|
||
* :ref:`genindex` | ||
* :ref:`modindex` | ||
* :ref:`search` | ||
Contact | ||
^^^^^^^ | ||
For help, feedback or collaboration inquiries please contact [email protected] |
Oops, something went wrong.