mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
3ee460da93
commit
f9eab48813
@ -631,6 +631,7 @@
|
||||
<item>get_rect</item>
|
||||
<item>centered_rect</item>
|
||||
<item>set_aspect_ratio</item>
|
||||
<item>set_rect_area</item>
|
||||
<item>center</item>
|
||||
<item>dcenter</item>
|
||||
<item>shrink_rect</item>
|
||||
@ -1045,6 +1046,19 @@
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
<name>set_rect_area</name>
|
||||
<file>dlib/geometry.h</file>
|
||||
<spec_file link="true">dlib/geometry/rectangle_abstract.h</spec_file>
|
||||
<description>
|
||||
This function reshapes a <a href="#rectangle">rectangle</a> so that
|
||||
it has a user specified area.
|
||||
</description>
|
||||
|
||||
</component>
|
||||
|
||||
<!-- ************************************************************************* -->
|
||||
|
||||
<component>
|
||||
|
@ -170,6 +170,7 @@
|
||||
<term file="linear_algebra.html" name="resize_rect_height" include="dlib/geometry.h"/>
|
||||
<term file="linear_algebra.html" name="centered_rect" include="dlib/geometry.h"/>
|
||||
<term file="linear_algebra.html" name="set_aspect_ratio" include="dlib/geometry.h"/>
|
||||
<term file="linear_algebra.html" name="set_rect_area" include="dlib/geometry.h"/>
|
||||
<term file="linear_algebra.html" name="center" include="dlib/geometry.h"/>
|
||||
<term file="linear_algebra.html" name="nearest_point" include="dlib/geometry.h"/>
|
||||
<term file="linear_algebra.html" name="nearest_rect" include="dlib/geometry.h"/>
|
||||
|
Loading…
Reference in New Issue
Block a user