Commit aa2c718c authored by Davis King's avatar Davis King

updated docs

parent f3bdbf3b
...@@ -12,12 +12,25 @@ ...@@ -12,12 +12,25 @@
<current> <current>
New Features: New Features:
- Upgraded fft() and ifft() to support 2D matrices.
- Added hough_transform
- Added skeleton() for finding the skeletonization of a binary image.
- Added distance_to_line(), clip_line_to_rectangle(), min_point(), and max_point().
- Added a simple API for calling C++ from MATLAB.
Non-Backwards Compatible Changes: Non-Backwards Compatible Changes:
Bug fixes: Bug fixes:
- Fixed a compile time error that could happen when calling fft() for
certain input types.
- Fixed a compile time error that prevented auto_threshold_image() from
being used.
- Fixed name clashes with new version of Boost.
- Changed Python pickling code so it works with Python 3.
- Fixed CMake compile time error related to finding fftw.
Other: Other:
- Made extract_image_chips() much faster when extracting unscaled image chips.
</current> </current>
<!-- ************************************************************************************** --> <!-- ************************************************************************************** -->
......
...@@ -676,6 +676,7 @@ ...@@ -676,6 +676,7 @@
<term file="metaprogramming.html" name="DLIB_CASSERT" include="dlib/assert.h"/> <term file="metaprogramming.html" name="DLIB_CASSERT" include="dlib/assert.h"/>
<term file="metaprogramming.html" name="COMPILE_TIME_ASSERT" include="dlib/assert.h"/> <term file="metaprogramming.html" name="COMPILE_TIME_ASSERT" include="dlib/assert.h"/>
<term file="metaprogramming.html" name="DLIB_ASSERT_HAS_STANDARD_LAYOUT" include="dlib/assert.h"/> <term file="metaprogramming.html" name="DLIB_ASSERT_HAS_STANDARD_LAYOUT" include="dlib/assert.h"/>
<term file="other.html" name="MATLAB" />
<term file="other.html" name="TIME_THIS" include="dlib/time_this.h"/> <term file="other.html" name="TIME_THIS" include="dlib/time_this.h"/>
<term link="other.html#timing code blocks" name="print" include="dlib/timing.h"/> <term link="other.html#timing code blocks" name="print" include="dlib/timing.h"/>
<term file="other.html" name="timing code blocks" include="dlib/timing.h"/> <term file="other.html" name="timing code blocks" include="dlib/timing.h"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment