• samuarl's avatar
    Python Image and Rectangle Scaling (#1488) · 0072afbc
    samuarl authored
    * added scale_image python binding which returns an image resized by the provided scale factor
    
    * added scale_rect for rectangle and drectangle. returns a rectangle scaled by the provided scaling factor
    
    * - do not cast scale_rect coordinates to long for drectangle
    - document scale_rect for drectangle and rectangle in _abstract.h
    - change python binding scale_image to resize_image
    - update documentation for resize_image to describe behaviour
    0072afbc
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
python_examples Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
setup.py Loading commit data...