mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
f3bdbf3be8
commit
aa2c718cb2
|
@ -12,12 +12,25 @@
|
|||
|
||||
<current>
|
||||
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:
|
||||
|
||||
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:
|
||||
- Made extract_image_chips() much faster when extracting unscaled image chips.
|
||||
</current>
|
||||
|
||||
<!-- ************************************************************************************** -->
|
||||
|
|
|
@ -676,6 +676,7 @@
|
|||
<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="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 link="other.html#timing code blocks" name="print" include="dlib/timing.h"/>
|
||||
<term file="other.html" name="timing code blocks" include="dlib/timing.h"/>
|
||||
|
|
Loading…
Reference in New Issue