mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
289aece9e9
commit
17ffc7d231
|
@ -12,12 +12,21 @@
|
||||||
|
|
||||||
<current>
|
<current>
|
||||||
New Features:
|
New Features:
|
||||||
|
- Added spectral_cluster()
|
||||||
|
- Added sub_image() and sub_image_proxy
|
||||||
|
- Added set_all_logging_headers()
|
||||||
|
|
||||||
Non-Backwards Compatible Changes:
|
Non-Backwards Compatible Changes:
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
- Fixed a bug that caused the correlation_tracker to erroneously trigger an assert when
|
||||||
|
run in debug mode.
|
||||||
|
|
||||||
Other:
|
Other:
|
||||||
|
- Improved the usability of the new drectanle object.
|
||||||
|
- Optimized extract_fhog_features() for the case where cell_size==1. This makes it about
|
||||||
|
4x faster in that case.
|
||||||
|
- Made it so you can compose point transform objects via operator *.
|
||||||
|
|
||||||
</current>
|
</current>
|
||||||
|
|
||||||
|
|
|
@ -237,6 +237,7 @@
|
||||||
<term file="algorithms.html" name="square_root" include="dlib/algs.h"/>
|
<term file="algorithms.html" name="square_root" include="dlib/algs.h"/>
|
||||||
<term file="linear_algebra.html" name="vector" include="dlib/geometry.h"/>
|
<term file="linear_algebra.html" name="vector" include="dlib/geometry.h"/>
|
||||||
<term file="linear_algebra.html" name="point" include="dlib/geometry.h"/>
|
<term file="linear_algebra.html" name="point" include="dlib/geometry.h"/>
|
||||||
|
<term file="dlib/geometry/vector_abstract.h.html" name="dpoint" include="dlib/geometry.h"/>
|
||||||
<term file="linear_algebra.html" name="rotate_point" include="dlib/geometry.h"/>
|
<term file="linear_algebra.html" name="rotate_point" include="dlib/geometry.h"/>
|
||||||
<term file="linear_algebra.html" name="point_rotator" include="dlib/geometry.h"/>
|
<term file="linear_algebra.html" name="point_rotator" include="dlib/geometry.h"/>
|
||||||
<term file="linear_algebra.html" name="point_transform" include="dlib/geometry.h"/>
|
<term file="linear_algebra.html" name="point_transform" include="dlib/geometry.h"/>
|
||||||
|
|
Loading…
Reference in New Issue