About:
A platform-independent C++ framework for machine learning, graphical models, and computer vision research and development.
Changes:
Version 1.9:
-
Replaced drwnInPaint class with drwnImageInPainter class and added inPaint application
-
Added function to read CIFAR-10 and CIFAR-100 style datasets (see http://www.cs.utoronto.ca/~kriz/cifar.html)
-
Added drwnMaskedPatchMatch, drwnBasicPatchMatch, drwnSelfPatchMatch and basicPatchMatch application
-
drwnPatchMatchGraph now allows multiple matches to the same image
-
Upgraded wxWidgets to 3.0.2 (problems on Mac OS X)
-
Switched Mac OS X compilation to libc++ instead of libstdc++
-
Added Python scripts for running experiments and regression tests
-
Refactored drwnGrabCutInstance class to support both GMM and colour histogram model
-
Added cacheSortIndex to drwnDecisionTree for trading-off speed versus memory usage
-
Added mexLoadPatchMatchGraph for loading drwnPatchMatchGraph objects into Matlab
-
Improved documentation, other bug fixes and performance improvements
|