Skip to content
Snippets Groups Projects
Commit cdf4e1f9 authored by Decouvelaere Antonin's avatar Decouvelaere Antonin
Browse files

ajout

parent 58c198f1
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
File added
File added
......@@ -16,11 +16,10 @@ def resizing1(chemin_image):
Arguments :
image_jpg : nom de l'image que l'on veut convertir (se termine par .jpg)
"""
img=cv2.imread(chemin_image)
resized_img = cv2.resize(img, (224, 224))
resized_img = cv2.resize(img, (500,500))
return resized_img
#resizing1("exemple_image.jpg")
\ No newline at end of file
if __name__=="main":
resizing1("C:\\Users\\antod\\Desktop\\Projet S6\\ia-detection-leucemie\\exemple_image.jpg")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment