-
Notifications
You must be signed in to change notification settings - Fork 6
Version History
Chris Reeves edited this page Nov 9, 2022
·
4 revisions
Development: 08/14/2022
Master: 08/14/2022
Development: 10/27/2022
Master: 11/07/2022
-
Package changes from previous version:
- None
-
Required packages:
pandas
opencv-python
matplotlib
configparser
PySimpleGUI
-
Feature changes from previous version:
- Absolute, Relative, and Difference threshold methods replaced with a single adaptive threshold method.
- Adaptive thresholding is far better than previous methods at identifying cells that stand out from the tissue around them.
- It resolves many of the issues previous methods had with background fluorescence and tissue damage.
- Thresholds Only replaced with Spreads Only, which reports the difference between background and cell brightness.
- Minimum and Maximum Area Coefficients replaced with Minimum and Maximum Areas
- Absolute, Relative, and Difference threshold methods replaced with a single adaptive threshold method.