Skip to content
Snippets Groups Projects
Commit 1bd643a8 authored by Louis Chmielewski's avatar Louis Chmielewski
Browse files

est_bloc_non_uniforme class bloc

parent d2b088e2
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
...@@ -47,7 +47,16 @@ class Bloc: ...@@ -47,7 +47,16 @@ class Bloc:
return pixel_hl == pixel_lr return pixel_hl == pixel_lr
def est_bloc_non_uniforme():
"""
Renvoie True si le bloc n'est pas uniforme, c'est à dire
si il peut être divisé en 4 blocs
Précondition : aucune
Exemple(s) :
$$$
"""
return not(est_bloc_uniforme())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment