volotat / DiffMorph

Image morphing without reference points by applying warp maps and optimizing over them.
MIT License
463 stars 52 forks source link

Added resizing feature to preserve original image aspect ratio #18

Closed cardboardcode closed 2 years ago

cardboardcode commented 2 years ago

Purpose of Pull Request

This pull request includes the resizing function calls that preserves the original aspect ratio of the input image and outputs the resulting video frames accordingly.

This feature is best shown by the following visual example:

before_lena after_lena morph

volotat commented 2 years ago

Thank you for your contribution!