RESUME MATLAB IMAGE
Fonction | Commande MATLAB |
---|---|
Lire Image | imread() |
Afficher Image | imshow() |
Composante Rouge (red) | r(:,:,[2 3])=0 |
Composante Verte (green) | g(:,:,[1 3])=0 |
Composante Bleue (blue) | b(:,:,[1 2])=0 |
Rapport PDF “Traitement d’image sous MATLAB”
Rapport Word “Traitement d’image sous MATLAB”
Video “Test Interface GUI sous MATLAB”
<!Doctype html> <html> <head> <title> Traitement d'image sous MATLAB</title> <style> .fnt_cls { font-style : italic; font-size :30px; color :Green; } </style> </head> <body> <div class= "fnt_cls"> <h1> RESUME MATLAB IMAGE</h1> </div> <table border="1"> <tr> <th>Fonction</th> <th>Commande MATLAB</th> </tr> <tr> <td>Lire Image</td> <td>imread()</td> </tr> <tr> <td>Afficher Image</td> <td>imshow()</td> </tr> <tr> <td>Composante Rouge (red)</td> <td>r(:,:,[2 3])=0</td> </tr> <tr> <td>Composante Verte (green)</td> <td>g(:,:,[1 3])=0</td> </tr> <tr> <td>Composante Bleue (blue)</td> <td>b(:,:,[1 2])=0</td> </tr> </table> <div class= "fnt_cls"> <h1> Rapport PDF "Traitement d'image sous MATLAB" </h1> <iframe height="480" src="https://docs.google.com/file/d/1LUgb-O_ngbsRwjZjTk7La16yQI48lF1m/preview" width="640"></iframe> <h1> Rapport Word "Traitement d'image sous MATLAB" </h1> <iframe height="480" src="https://docs.google.com/file/d/1EcJiRE0NXedECdwZTIW3Tkgu4VnNG4yK/preview" width="640"></iframe> <h1> Video "Test Interface GUI sous MATLAB"</h1> <iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/embed/a_QS1JJ_G-o" width="480"></iframe> </div> </body> </html>
HTML Résumé