BoofCV Change Log

From BoofCV
Revision as of 08:35, 5 June 2016 by Peter (talk | contribs)
Jump to navigationJump to search

Date  : 2016/06/04

Version : 0.24

  • Confusion Matrix Visualization
    • Fixed bug where a row/column was being lopped off
    • Added labels
    • Added ability to highlight one category
    • Added ability to query what's at a specific location
  • Local Image Normalization for use in machine learning
  • Added weighted RGB to Gray conversion with example
  • Convolve
    • Better support for 64-bit float images
  • Module "core" (formally "all") can be used to import everything in boofcv/main
  • Module "all" can be used to import everything in boofcv/main AND boofcv/integration
  • Adjusted assisted calibration so that it's possible to provide a custom output directory
  • Video
    • Xuggler's Maven repository has taken it down. Effectively killing the zombie project
    • JavaCV has been integrated in as a replacement.