11
I Use This!
Moderate Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 17 years ago by [email protected] (Davis)
dlib C library is a modern general C library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release adds two new GUI widgets, the text_grid and scrollable_region objects. It also fixes some bugs in the GUI code as well as a bug in one of the Bayesian Network inference algorithms. (0 comments) [Less]
Posted about 17 years ago by [email protected] (Davis)
dlib C library is a modern general C library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. This release was mainly focused on fixing some minor bugs in the GUI widgets. (0 comments) [Less]
Posted about 17 years ago by [email protected] (Davis)
dlib C library is a modern general C library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities. Thanks in large part to the efforts of Nils Labugt this release of the library includes significant improvements to its GUI features. In particular, there is now menu bar and popup menu support as well as user selectable button styles and tooltips. (0 comments) [Less]
Posted over 17 years ago by [email protected] (Davis)
dlib C library is a modern general C library with a focus on portability and program correctness. It comes with extensive documentation and thorough debugging modes. The library provides a platform abstraction layer for common tasks such as ... [More] interfacing with network services, handling threads, and creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and general text parsing, and many other general utilities.This release of the library improves the support vector machine utilities. Specifically, probabilistic outputs are now possible using the probabilistic_decision_function. The training speed has also been further optimized for large data sets. (0 comments) [Less]
Posted over 17 years ago by [email protected] (Davis)
This release fixes some minor bugs. It also improves the feature set of the support vector machine and image processing utilities. (0 comments)
Posted over 17 years ago by [email protected] (Davis)
This release is mainly focused on testing and bug fixing as well as improving the usability and documentation of the library. See the release notes for all the details. (0 comments)
Posted over 17 years ago by [email protected] (Davis)
This release contains some new image processing functions but other than that it contains minor changes and bug fixes. (0 comments)
Posted over 17 years ago by [email protected] (Davis)
Just minor bug fixes and additions in this release. The support vector machine documentation has also been improved and an example program was added. (0 comments)
Posted over 17 years ago by [email protected] (Davis)
Lots of changes in this release. The way the library is built has changed and the winmain() entry point for GUI applications has been removed. Also, two new major items have also been added to the library. First, Bayesian Network inference ... [More] algorithms have been added. Secondly, thanks to Nils Labugt, we now have a proper font loader for the GUI tools. The next release of the library should see the ability to chose which font to use added into the gui widgets as well. (0 comments) [Less]
Posted over 17 years ago by [email protected] (Davis)
The primary subversion server located at davis.sytes.net is still down and looks like it will be staying that way for a little while. So I have updated the sourceforge copy of the repository and will now be using that as the primary subversion repository for this project from now on. (0 comments)