Update app.py
Browse files
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) )
|