Skip to content

Commit

Permalink
Scripting improvements
Browse files Browse the repository at this point in the history
Now possible to classify objects by intensity using a QP static method;
also improved default colors within PathClassFactory
  • Loading branch information
petebankhead committed Dec 31, 2016
1 parent 197965c commit 5be4c74
Show file tree
Hide file tree
Showing 4 changed files with 304 additions and 19 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,8 +6,11 @@
* Minor changes to display names of detection classifiers to match with OpenCV's names (functionality unaffected)
* Fixed bug that prevented images being opened if OpenSlide native libraries could not be found
* Fixed estimate of image size used when opening non-pyramidal images
* New scripting functions (e.g. setIntensityClassifications) to simplify (sub-)classifying cells according to staining intensity ([example](https://gist.github.com/petebankhead/6f73a01a67935dae2f7fa75fabe0d6ee))
* New, non-default PathClasses are now assigned a random color (rather than black)
* Modified default color for Stroma classifications, to improve contrast
* Using PROJECT_BASE_DIR in a script now fails with an appropriate error when called without a corresponding project
* Added experimental guiscript option for running short GUI-oriented scripts in the JavaFX Platform thread
* Added experimental guiscript option for running short GUI-oriented scripts in the JavaFX Platform thread ([example](https://gist.github.com/petebankhead/6f73a01a67935dae2f7fa75fabe0d6ee))
* DialogHelperFX methods can now be called from any thread (not only the Platform thread)
* ImageJ macro runner supports parallel processing (experimental)
* ImageJ macro runner now prompts to select all TMA cores if none are selected
Expand Down

0 comments on commit 5be4c74

Please sign in to comment.