sgould has posted 1 project.


Logo JMLR Darwin 1.5.1

by sgould - March 31, 2013, 00:07:57 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ] 14787 views, 2783 downloads, 2 subscriptions

About: A platform-independent C++ framework for machine learning, graphical models, and computer vision research and development.

Changes:

Version 1.5.1:

  • Bug fixes and performance improvements in drwnPCA and drwnKMeans

Version 1.5:

  • Win32 threading implementation (drwnThreadPool)
  • Added standard command line option for setting random seed
  • Made drwnPersistentStorage thread safe (on Linux and Mac OS X)
  • Added drwnAverageRegions function
  • Added fast superpixel code (drwnFastSuperpixels)
  • Implemented drwnPersistentRecord interface for drwnSuperpixelContainer
  • Enhanced drwnSuperpixelContainer with additional member functions
  • Added image inpainting routines (drwnInPaint)
  • Bug fixes and performance improvements

Version 1.4:

  • dense and sparse linear program solver
  • upgraded to Eigen 3.1.1
  • sparse dot product
  • thread safe persistent storage
  • improved installation documentation
  • bug fixes and performance improvements