Giter Club home page Giter Club logo

optical-coherence-refraction-tomography's Introduction

Optical coherence refraction tomography

Reproduction de la méthode OCRT pour le projet de 4ᵉ année de baccalauréat : GBM8970 - Projet intégrateur de génie biomédical. Polytechnique Montréal.

Data

Les images sont trop volumineuses pour être directement téléchargées sur Github (limite > 100 Mo)

Comment débuter

  1. Si ce n'est pas deja fait installez miniconda ou conda sur votre ordinateur
  2. Ouvrir Anaconda Prompt et cloner le dépôt GitHub dans le dossier de votre choix :
git clone https://github.com/PaulBautin/optical-coherence-refraction-tomography.git ocrt
cd ocrt
  • Les utilisateurs Windows, auront probablement besoin d'installer git avant de cloner le dépôt avec la commande : conda install -c anaconda git
  1. Exécutez la commande suivante pour installer les packages nécessaires :
pip install -e . # Ne faire cette étape qu'une seule fois (peut prendre quelques minutes)
  • Assurez-vous d'etre dans le dossier ocrt lorsque vous exécutez la commande ci-dessus.

**Pour être sûr que vous avez toujours la dernière version des fichiers, assurez-vous de toujours lancer la commande (git pull) avant chaque utilisation.

Exécution

Le code a été exécuté avec python 3.8. Voici les informations importantes pour faire tourner le script principal image_correction.py

usage: image_correction [-h] -i I [-fig] [-o O] [-l]

Algorithme de correction des distorsions liées aux changements d'indices de réfractions.

optional arguments:
  -h, --help  show this help message and exit

MANDATORY ARGUMENTS:
  -i I        Path to folder that contains input images. Example: "octr_data"

OPTIONAL ARGUMENTS:
  -fig        Generate figures
  -o O        Path where figures will be saved. By default, they will be saved in the current directory.
  -l          manually find borders of capillary

Livrables

Description de l'algorithme

alt text

optical-coherence-refraction-tomography's People

Contributors

kevinczhou avatar paulbautin avatar sophiem14 avatar

Forkers

sandraparent

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.