UC-Irvine-CS175 / final-project-e-mcheese-2

final-project-e-mcheese-2 created by GitHub Classroom
0 stars 1 forks source link

Add 3 peak thresholding method #7

Open TerenceTYAranowitz opened 1 year ago

TerenceTYAranowitz commented 1 year ago

Description

Adding through 3 peak thresholding method in the watershed class

Files

Augmentation.py

Tasks

-[ ] add function in class -[ ] create default dict with key being the intesity and value being occurances of that value -[ ] get top 3 occurances -[ ] return int betweeen the 2 highest values