Marthee commited on
Commit
09adc16
·
1 Parent(s): 46ed17d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -584,7 +584,7 @@ def getAreasPerimeter(green2,img,number,num1,num2,flag,finalColorArray,color=[0,
584
 
585
  return appended
586
 
587
- def FillDictionary(SimilarAreaDictionary,img,number,num1,num2,flag,finalColorArray,rgbcolor=[0,0,0],color=[0,0,0]):
588
  #fills dictionary with key areas and number of occurences
589
  print('wttttt')
590
  areas_Perimeters=sorted(getAreasPerimeter(img,number,num1,num2,flag,finalColorArray,color) )
 
584
 
585
  return appended
586
 
587
+ def FillDictionary(green2,SimilarAreaDictionary,img,number,num1,num2,flag,finalColorArray,rgbcolor=[0,0,0],color=[0,0,0]):
588
  #fills dictionary with key areas and number of occurences
589
  print('wttttt')
590
  areas_Perimeters=sorted(getAreasPerimeter(img,number,num1,num2,flag,finalColorArray,color) )