Skip to content

Version 1.6.10

Compare
Choose a tag to compare
@sjcross sjcross released this 22 Oct 19:28
· 34 commits to main since this release
5c15cdc

New module features

  • Segment Anything implementation in ManuallyIdentifyObjects no longer allows encodings to be stored and retrieved as this used too much memory. Instead, when running in batch mode, the next image can be preinitialised, so it will load almost instantly when run properly. This requires running the workflow up to the ManuallyIdentifyObjects module in the background for the next image, so any modules displaying images will cause those images to appear.
  • SetLookupTable now allows LUTs to be set based on the emitted wavelength. This uses the CIE colour matching algorithm.

Other

  • Memory logging records elapsed time for each module as well as the full analysis run.
  • General bug fixes