C++ command line tool for processing image.
Display the description of this command line tools
./image-processor --help
Shift image based on the arguments offset_x
and offset_y
.
./image-processor --method shift_image --input_image_dir <image directory> --offset_x <offset x axis> --offset_x <offset y axis>
./image-processor --method grayscale_image --input_image_dir <image directory> --offset_x <offset x axis> --offset_x <offset y axis>