Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

52 lines (40 loc) · 1.66 KB

Change Log

All notable changes to this project will be documented in this file.

Changed

  • Travis now only runs deployments to GitHub and Maven Central for tagged commits.

Fixed

  • Fixed the failing Travis build related to a Nexus write error.

Changed

  • The DEFCoN-ImageJ jars are now hosted on Maven Central.

Added

  • Two new methods were added to the Predictor interface: getLocalCountMap() and getMaximumLocalCount(). These allow for a more flexible means for computing maximum local counts than the TensorFlow implementation.

Added

  • The DefaultPredictor class now automatically crops the input image to dimensions that are a multiple of four.

Changed

  • Moved the exceptions associated with the Predictor interface into the public predictors package.

Changed

  • Decoupled the core density map estimation routine into a Predictor interface and DefaultPredictor implementation.

Added

  • Initial project files.