Skip to content
Snippets Groups Projects
Commit d1cdab01 authored by Ayoub Buhyari's avatar Ayoub Buhyari
Browse files

Exemple_et_commande.txt

parent 02c13aeb
No related branches found
No related tags found
No related merge requests found
(1) commande 1 : python image_rec.py ./Images/fichier.png ordre nouvelle_image enregistre-png
parametre: image , ordre , nouvelle_image enregistre-png
description:
enregistre une image png apres lui avoir appliquer l'algo recurcive
Exemple: python image_rec.py ./Images/calbuth.png 3 calbuth_ordre_3 enregistre-png
(2) commande 2 :python image_rec.py image ordre nouveau_fichier_csv enregistre-csv
parametre: image , ordre , nouvelle_image enregistre-csv
Description:
enregistre une image png dans un document csv
Exemple: python image_rec.py ./Images/calbuth.png 3 csv_calbuth_3 enregistre-csv
(3) commande 3 : python image_rec.py chemin_vers_image ordre affiche-png
parametre : chemin vers image , ordre affiche-png
Description
affiche un document png decoupait selon lordre apres avoir appliquer l'algo_rec
Exemple: python image_rec.py ./Images/joconde.png 3 affiche-png
affiche la joconde a l'ordre 3
(4) commande 4 : python image_rec.py document_csv affiche-csv
parametre : chemin vers fichier csv
Description:
affiche un document csv
Exemple : python image_rec.py ./Images/mystere.csv affiche-csv
affiche le document mystere
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment