Skip to content

Version History

Chris Reeves edited this page Nov 9, 2022 · 4 revisions

v2.0.0
v2.1.0


v2.0.0

Development:  08/14/2022
Master:      08/14/2022

v2.1.0

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
Clone this wiki locally