dlib C++ Library 17.14 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dlib C++ Library 17.14 (Default branch)
# 1  
Old 01-19-2009
dlib C++ Library 17.14 (Default branch)

Imagedlib 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 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.License: Boost Software LicenseChanges:
This release adds the type_safe_union object. Itcan be used with a dlib::pipe to create a messagechannel between threads that can send manydifferent types of objects in a type safe manner.A guide for users who wish to contribute code tothe library was also added to the documentation.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question