• 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
..
border_enumerator.h Loading commit data...
border_enumerator_abstract.h Loading commit data...
drectangle.h Loading commit data...
drectangle_abstract.h Loading commit data...
line.h Loading commit data...
line_abstract.h Loading commit data...
point_transforms.h Loading commit data...
point_transforms_abstract.h Loading commit data...
rectangle.h Loading commit data...
rectangle_abstract.h Loading commit data...
vector.h Loading commit data...
vector_abstract.h Loading commit data...