cv2ext.cli.resize_image package¶
Module contents¶
Resize an image from the command line.
Functions¶
resize_image_cli()Resize an image from the command line
- cv2ext.cli.resize_image.resize_image_cli() None[source]¶
Resize an image.
- Raises:
FileNotFoundError – If the input image is not found.
IsADirectoryError – If the input path is not a file.