mirror of https://github.com/davisking/dlib.git
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403905
This commit is contained in:
parent
d64b987ebd
commit
3124735edd
|
@ -11,6 +11,19 @@
|
|||
<!-- ******************************************************************************* -->
|
||||
|
||||
<current>
|
||||
New Stuff:
|
||||
|
||||
Non-Backwards Compatible Changes:
|
||||
|
||||
Bug fixes:
|
||||
|
||||
Other:
|
||||
|
||||
</current>
|
||||
|
||||
<!-- ******************************************************************************* -->
|
||||
|
||||
<old name="17.32" date="Nov 13, 2010">
|
||||
New Stuff:
|
||||
- Added a class for reading JPEG image files.
|
||||
- Added scale_rows(), flipud() and fliplr() matrix functions.
|
||||
|
@ -38,7 +51,7 @@ Other:
|
|||
- Optimized matrix expressions such as mat*diagm(vect)
|
||||
- Made the code in chol() more robust to indefinite matrices.
|
||||
|
||||
</current>
|
||||
</old>
|
||||
|
||||
<!-- ******************************************************************************* -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue