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

fonction_appelante

parent 80b269b0
No related branches found
No related tags found
No related merge requests found
File moved
import resising_224x224,binary_thresholding,RGB_LAB,K_clustering
import numpy as np
def masque(image):
image_np=np.array(image)
for k in range(np.shape(image_np)[0]):
for i in range(np.shape(image_np)[1]):
pass
\ 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