dlib C++ library 17.46
Contract programming and modern C++ techniques
Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. It is open source software and licensed under the Boost Software License. The introduction contains everything you need to know to get started using the library. However, if you have any questions, comments, or complaints feel free to email me or post in the sourceforge Forums.
dlib C++ library 17.46 full details
| File Size: | 4.40 MB |
|---|---|
| License: | Freeware |
| Price: | FREE |
| Released: | 2012-04-20 |
| Downloads: | Total: 127 | This Month: 1 |
| Publisher: | Davis King |
| Publisher URL: | http://dlib.net/ |
Download dlib C++ library 17.46
Save dlib C++ library to My Stuff
dlib C++ library - Windows 7 Download awards
dlib C++ library 17.46 full description
Dlib is a general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. It is open source software and licensed under the Boost Software License. The introduction contains everything you need to know to get started using the library. However, if you have any questions, comments, or complaints feel free to email me or post in the sourceforge Forums.
Features:
Documentation
Unlike a lot of open source projects, this one provides complete and precise documentation for every class and function. There are also debugging modes that check the documented preconditions for functions. When this is enabled it will catch the vast majority of bugs caused by calling functions incorrectly or using objects in an incorrect manner.
Lots of example programs are provided
I consider the documentation to be the most important part of the library. So if you find anything that isn't documented, isn't clear, or has out of date documentation, tell me and I will fix it.
Portable Code
All non ISO C++ code is isolated inside the OS abstraction layers which are kept as small as possible. The rest of the library is either layered on top of the OS abstraction layers or is pure ISO C++.
Big/little endian agnostic
No other packages are required to use the library. Only APIs that are provided by an out of the box OS are needed.
The library is tested regularly on win32, Linux, and Mac OS X systems. However, it should work on any POSIX system and has been tested on Solaris, HPUX, and the BSDs.
Threading
The library provides a portable and simple threading API
A message passing pipe for inter-thread and inter-process communication
A timer object capable of generating events that are regularly spaced in time
Thread specific data
Threaded objects
Threaded functions
A thread_pool with support for futures
Networking
The library provides a portable and simple TCP sockets API
An object to help you make TCP based servers
A streambuf object that enables TCP sockets to interoperate with the C++ iostreams library
A simple HTTP server object you can use to embed a web server into your applications
A message passing pipe for inter-thread and inter-process communication
Graphical User Interfaces
The library provides a portable and simple core GUI API
Implemented on top of the core GUI API are numerous widgets
Unlike many other GUI toolkits, the entire dlib GUI toolkit is threadsafe
Numerical Algorithms
A fast matrix object implemented using the expression templates technique and capable of using BLAS and LAPACK libraries when available.
Numerous linear algebra and mathematical operations are defined for the matrix object such as the singular value decomposition, transpose, trig functions, etc.
General purpose unconstrained non-linear optimization algorithms using the conjugate gradient, BFGS, and L-BFGS techniques
Levenberg-Marquardt for solving non-linear least squares problems
Box-constrained derivative-free optimization via the BOBYQA algorithm
An implementation of the Optimized Cutting Plane Algorithm
Several quadratic program solvers
A big integer object
A random number object
Machine Learning Algorithms
Conventional SMO based Support Vector Machines for classification and regression
Reduced-rank methods for large-scale classification and regression
Relevance vector machines for classification and regression
General purpose multiclass classification tools
A Multiclass SVM
A tool for solving the optimization problem associated with structural support vector machines.
An online kernel RLS regression algorithm
An online SVM classification algorithm
An online kernelized centroid estimator/novelty detector
and offline support vector one-class classification
A kernelized k-means clustering algorithm
Radial Basis Function Networks
Multi layer perceptrons
Features:
Documentation
Unlike a lot of open source projects, this one provides complete and precise documentation for every class and function. There are also debugging modes that check the documented preconditions for functions. When this is enabled it will catch the vast majority of bugs caused by calling functions incorrectly or using objects in an incorrect manner.
Lots of example programs are provided
I consider the documentation to be the most important part of the library. So if you find anything that isn't documented, isn't clear, or has out of date documentation, tell me and I will fix it.
Portable Code
All non ISO C++ code is isolated inside the OS abstraction layers which are kept as small as possible. The rest of the library is either layered on top of the OS abstraction layers or is pure ISO C++.
Big/little endian agnostic
No other packages are required to use the library. Only APIs that are provided by an out of the box OS are needed.
The library is tested regularly on win32, Linux, and Mac OS X systems. However, it should work on any POSIX system and has been tested on Solaris, HPUX, and the BSDs.
Threading
The library provides a portable and simple threading API
A message passing pipe for inter-thread and inter-process communication
A timer object capable of generating events that are regularly spaced in time
Thread specific data
Threaded objects
Threaded functions
A thread_pool with support for futures
Networking
The library provides a portable and simple TCP sockets API
An object to help you make TCP based servers
A streambuf object that enables TCP sockets to interoperate with the C++ iostreams library
A simple HTTP server object you can use to embed a web server into your applications
A message passing pipe for inter-thread and inter-process communication
Graphical User Interfaces
The library provides a portable and simple core GUI API
Implemented on top of the core GUI API are numerous widgets
Unlike many other GUI toolkits, the entire dlib GUI toolkit is threadsafe
Numerical Algorithms
A fast matrix object implemented using the expression templates technique and capable of using BLAS and LAPACK libraries when available.
Numerous linear algebra and mathematical operations are defined for the matrix object such as the singular value decomposition, transpose, trig functions, etc.
General purpose unconstrained non-linear optimization algorithms using the conjugate gradient, BFGS, and L-BFGS techniques
Levenberg-Marquardt for solving non-linear least squares problems
Box-constrained derivative-free optimization via the BOBYQA algorithm
An implementation of the Optimized Cutting Plane Algorithm
Several quadratic program solvers
A big integer object
A random number object
Machine Learning Algorithms
Conventional SMO based Support Vector Machines for classification and regression
Reduced-rank methods for large-scale classification and regression
Relevance vector machines for classification and regression
General purpose multiclass classification tools
A Multiclass SVM
A tool for solving the optimization problem associated with structural support vector machines.
An online kernel RLS regression algorithm
An online SVM classification algorithm
An online kernelized centroid estimator/novelty detector
and offline support vector one-class classification
A kernelized k-means clustering algorithm
Radial Basis Function Networks
Multi layer perceptrons
dlib C++ library 17.46 download tags
dlib C++ library 17.46 Windows 7 release notes
New Release
New Stuff:
Image Processing:
· Added the option to make the features generated by the poly_image
· rotationally invariant.
· Added a set of routines for warping, scaling, and resizing images.
· See the new quot;Scaling and Rotatingquot; section of the image processing
· documentation for details.
· Added the heatmap() routine for converting an image into a heatmap.
· Machine Learning
· Updated the sequence labeling trainer to allow the user to set different
· loss values for different labels.
· Added the rls object. It is an implementation of the linear recursive
· least squares algorithm.
· Added the get_option() routines which slightly simplify option parsing
· from the command line and config files.
· Added the 128bit version of Murmur hash.
· Added the rls_filter and kalman_filter objects. These are tools for
· performing Kalman filtering and recursive least squares filtering.
· Added the circular_buffer object.
Non-Backwards Compatible Changes:
· The poly_image generates slightly differen
[ dlib C++ library release history ]
New Stuff:
Image Processing:
· Added the option to make the features generated by the poly_image
· rotationally invariant.
· Added a set of routines for warping, scaling, and resizing images.
· See the new quot;Scaling and Rotatingquot; section of the image processing
· documentation for details.
· Added the heatmap() routine for converting an image into a heatmap.
· Machine Learning
· Updated the sequence labeling trainer to allow the user to set different
· loss values for different labels.
· Added the rls object. It is an implementation of the linear recursive
· least squares algorithm.
· Added the get_option() routines which slightly simplify option parsing
· from the command line and config files.
· Added the 128bit version of Murmur hash.
· Added the rls_filter and kalman_filter objects. These are tools for
· performing Kalman filtering and recursive least squares filtering.
· Added the circular_buffer object.
Non-Backwards Compatible Changes:
· The poly_image generates slightly differen
[ dlib C++ library release history ]
dlib C++ library for Windows 7 - Copyright information
All dlib C++ library reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of dlib C++ library full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for dlib C++ library license key is illegal and prevent future development of dlib C++ library. Download links are directly from our mirrors or publisher's website, dlib C++ library torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of dlib C++ library full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for dlib C++ library license key is illegal and prevent future development of dlib C++ library. Download links are directly from our mirrors or publisher's website, dlib C++ library torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Post dlib C++ library review
Windows 7 dlib C++ library related downloads
HS MSG is a C/C++ messaging library (message oriented middleware) for communication between threads of ... the same or on different computers. HS MSG C/C++ messaging SDK runs on Windows, Linux, MAC OSX, ...
HsAudio C Source Library is an audio software library implemented in C language. HsAudio offers user applications ...
Wireless Communication Library MFC Edition brings the power features of Bluetooth, IrDA, WiFi and Wii ...
MarshallSoft FTP component library for C/C++ and for (.NET) C++/C# (FCE4C) provides direct control of the FTP protocol ...
HS POP3 is a software library in C (supplied with full source code) implements the client ...
My Account
My Saved Stuff
Ceedo Personal 4.0.0.12
Download Remove
CDex 1.51
Download Remove
CDBurnerXP 4.4.1.3099
Download Remove
BrainDistrict LifeAssets 1.4
Download Remove
Book'em! 5.2.1
Download Remove
Bibble Professional 5.2.3
Download Remove
go.pc 3.2
Download Remove
File Extension Advanced Pro 1
Download Remove
FIBExTrees Library 5.5
Download Remove
FBackup 4.7.2270
Download Remove
FastCopy 2.08
Download Remove
CyberLink YouCam 5.0
Download Remove
CS 80V 2.0
Download Remove
HelpCruiser 2.2
Download Remove
HDR PhotoStudio 2.15.28
Download Remove
GdsViewer 2.1.9.390
Download Remove
gDoc Fusion 2.5
Download Remove
GameDay Payoff 1.0.0.121
Download Remove
Cross Fire 1080
Download Remove
Cool Barcode Maker 4.0
Download Remove
ContaCam 3.9.9
Download Remove
Free Large Android Icons 2011.2
Download Remove
FlashCapture 3.0.3.1317
Download Remove
Daytrader Companion 1.4.0
Download Remove
Dator 2.7.0
Download Remove
Azureus 4.0.0.4
Download Remove
AVS Video Converter 8.1.2.510
Download Remove
AutoScreenRecorder Pro 3.1.375
Download Remove
AnyToJpeg 3.3
Download Remove
Any DVD Cloner Express 1.2.2
Download Remove
Free YouTube to MP3 Converter 3.10.11
Download Remove
Fix IE Utility 1.0
Download Remove
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Download Remove
CDex 1.51
Download Remove
CDBurnerXP 4.4.1.3099
Download Remove
BrainDistrict LifeAssets 1.4
Download Remove
Book'em! 5.2.1
Download Remove
Bibble Professional 5.2.3
Download Remove
go.pc 3.2
Download Remove
File Extension Advanced Pro 1
Download Remove
FIBExTrees Library 5.5
Download Remove
FBackup 4.7.2270
Download Remove
FastCopy 2.08
Download Remove
CyberLink YouCam 5.0
Download Remove
CS 80V 2.0
Download Remove
HelpCruiser 2.2
Download Remove
HDR PhotoStudio 2.15.28
Download Remove
GdsViewer 2.1.9.390
Download Remove
gDoc Fusion 2.5
Download Remove
GameDay Payoff 1.0.0.121
Download Remove
Cross Fire 1080
Download Remove
Cool Barcode Maker 4.0
Download Remove
ContaCam 3.9.9
Download Remove
Free Large Android Icons 2011.2
Download Remove
FlashCapture 3.0.3.1317
Download Remove
Daytrader Companion 1.4.0
Download Remove
Dator 2.7.0
Download Remove
Azureus 4.0.0.4
Download Remove
AVS Video Converter 8.1.2.510
Download Remove
AutoScreenRecorder Pro 3.1.375
Download Remove
AnyToJpeg 3.3
Download Remove
Any DVD Cloner Express 1.2.2
Download Remove
Free YouTube to MP3 Converter 3.10.11
Download Remove
Fix IE Utility 1.0
Download Remove
DDE server plugin 3.7.4.1130
Download Remove
Codice Fiscale 5.1.1
Download Remove
Encode360 2.03
Download Remove
ChemDoodle 2.0.3
Download Remove
BrushO! 1.05
Download Remove
EVVAddressBook 3.0
Download Remove
Evolution 2.28.1-1
Download Remove
ECrawl 2.63
Download Remove
Audio Sound Editor for .NET 2.2.1.0
Download Remove
123FTP-Free 3.9.1
Download Remove
Amphis Customer 3.0
Download Remove
AIMP Classic 3.10 B1040 Beta
Download Remove
ABC Roster 1.5.0
Download Remove
A-one iPod PSP 3GP Video Converter 7.6.3
Download Remove
Acoolsoft PPT to Video Free 3.2.3
Download Remove
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Lazarus x32 0.9.30.4
- iReport 4.5.1
- MathGL 2.0.2
- GTK+ for Windows x64 2.22.1
- Android Development Tools 20.0.0 Preview
- Anona Image Processing Toolbox for Matlab x64 2.1
- Python Encryption Library 2.6
- Ultra Office Control 2.0.2010.416
- Vivid Report Standard for C++ Builder 6 3.5
- VideoCap Pro SDK ActiveX 4.0
- Lazarus x64 0.9.30.4
- fp Plugin 3.6
- TMS IntraWeb Component Pack Pro 4.5.1.0
- GTK+ for Windows x32 2.24.0-1
- Chilkat .NET Email Component for the .NET 2.0 / 3.5 Frameworks x64 9.1.0.0
- AccessImagine 1.10
- Audio Sound Editor for .NET 2.2.1.0
- CMATH for Delphi 6.3.5
- dotConnect for Oracle Express Edition 6.80.350
- Advanced Swing Components 1.4.1
Popular Tags
sdk
asp net
net component
dll
postnet
programming
server
pdf417
activex
control
visual basic
code 93
component
pdf
visual studio
smtp
delphi
windows
net
library
barcode
html
ssl
email
vb net
.net
dotnet
asp.net
mime
pop3
Popular Windows 7 Software
- Turbo C++ 3.0
- Turbo Pascal 7.0
- DOSBox 0.74
- Java Runtime Environment 6.31
- Java Runtime Environment 64bit 6.31
- Microsoft .NET Framework 4 4.0.30319.1
- Free Pascal 2.6.0
- Notepad++ 6.1.3
- Microsoft .NET Framework 3.5 SP 1
- BlueJ 3.0.7
- Visual C++ Express Edition 2010
- Texmaker 3.3.4
- Visual Basic 6.0 HelpVistaXPDiamond 2.0.0.0
- Visual Studio Professional Edition 2008
- Mozilla ActiveX Control 1.7.12
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.





