Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 223 Bytes

ImageResize

Resize an image from the console

Programming language: C++

Libraries: OpenCV 3.4.1

Run from Linux console: ./resize_image image.jpg 100 100

After file name, you must type the dimensions(width and height).