Skip to content

Commit

Permalink
Added : links
Browse files Browse the repository at this point in the history
  • Loading branch information
fridezlucas committed Jun 20, 2020
1 parent 7c2ad46 commit 0c14fa9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Ci dessous se trouve les objectifs à atteindre pour ce mini-projet :
3. Faire un spectre des niveaux de gris
4. Affichage du spectre + calcul du seuil limite
5. Technique de détourages (Erosion/Dilatation) pour compter les globules blancs sur l'image
6. Entourer les globules sur l'image.
6. Entourer/Démontrer les globules sur l'image.


## Développement
Expand Down
Binary file modified img/sonarscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,12 @@ <h2>3. Résultats</h2>
<p>Les résultats sont concluants. Ci-dessous se trouve la table des résultats avec les 4 images proposées :</p>

<table>
<caption>Résultats pour les 4 images proposées</caption>
<thead>
<tr>
<th>Image numéro</th>
<th>Taille cellule</th>
<th>Cellules trouvées</th>
<th id="number">Image numéro</th>
<th id="size">Taille cellule</th>
<th id="found">Cellules trouvées</th>
</tr>
</thead>
<tbody>
Expand Down Expand Up @@ -207,14 +208,14 @@ <h2>4. Conclusion</h2>
<h2>5. Références</h2>
<ul>
<li>VapidSpace, Converting Images To Grayscale Using The Canvas,
<a target="_blank" href="http://www.vapidspace.com/coding/2012/02/26/converting-images-to-grayscale-using-the-canvas/">www.vapidspace.com</a>, 26 février
<a target="_blank" rel="noopener noreferrer" href="http://www.vapidspace.com/coding/2012/02/26/converting-images-to-grayscale-using-the-canvas/">www.vapidspace.com</a>, 26 février
2012
</li>
<li>Frédéric Legrand, Traitement d'image : niveaux de gris, <a target="_blank" href="https://www.f-legrand.fr/scidoc/docmml/image/niveaux/images/images.html">www.f-legrand.fr</a>, lu le 5 mai 2020</li>
<li>Rahul, async await in image loading, <a target="_blank" href="https://stackoverflow.com/questions/46399223/async-await-in-image-loading">www.stackoverflow.com</a>, 25 septembre 2017</li>
<li>tech_geek, Draw horizontal line on chart in chart.js on v2, <a target="_blank" href="https://stackoverflow.com/questions/42691873/draw-horizontal-line-on-chart-in-chart-js-on-v2">www.stackoverflow.com</a>, 9 mars 2017</li>
<li>PorkShoulderHolder, mathematical morphology for javascript, <a target="_blank" href="https://github.com/PorkShoulderHolder/morph">www.github.com</a>, 17 août 2018</li>
<li>Wikipédia, Circle Hough Transform, <a target="_blank" href="https://en.wikipedia.org/wiki/Circle_Hough_Transform">www.wikipedia.org</a>, 1 décembre 2019
<li>Frédéric Legrand, Traitement d'image : niveaux de gris, <a target="_blank" rel="noopener noreferrer" href="https://www.f-legrand.fr/scidoc/docmml/image/niveaux/images/images.html">www.f-legrand.fr</a>, lu le 5 mai 2020</li>
<li>Rahul, async await in image loading, <a target="_blank" rel="noopener noreferrer" href="https://stackoverflow.com/questions/46399223/async-await-in-image-loading">www.stackoverflow.com</a>, 25 septembre 2017</li>
<li>tech_geek, Draw horizontal line on chart in chart.js on v2, <a target="_blank" rel="noopener noreferrer" href="https://stackoverflow.com/questions/42691873/draw-horizontal-line-on-chart-in-chart-js-on-v2">www.stackoverflow.com</a>, 9 mars 2017</li>
<li>PorkShoulderHolder, mathematical morphology for javascript, <a target="_blank" rel="noopener noreferrer" href="https://github.com/PorkShoulderHolder/morph">www.github.com</a>, 17 août 2018</li>
<li>Wikipédia, Circle Hough Transform, <a target="_blank" rel="noopener noreferrer" href="https://en.wikipedia.org/wiki/Circle_Hough_Transform">www.wikipedia.org</a>, 1 décembre 2019
</li>
</ul>

Expand Down

0 comments on commit 0c14fa9

Please sign in to comment.