Image stitching and multi-frame super-resolution from video
requirements
chmod +x ./enhance
./enhance --help
Clone this repo.
git clone git@github.com:philiplinden/enhance.git
Download sample images and save them to .../enhance/images
.
git clone git@github.com:opencv/opencv_extra.git
cp opencv_extra/testdata/stitching enhance/images
cd enhance/images
Make sure the CLI entry point has executable permissions.
chmod +x ./enhance
Then run the CLI and have some fun.
# whats what
./enhance --help
# lets try stitching
./enhance stitch --help
# ok but for real
./enhance stitch images/boat
# loud mode
./enhance -v stitch images/boat
# cacophony mode
./enhance --debug stitch images/boat