Produce a "morph" animation of one image into another image, which involves two parts: cross dissolving and affine warping.
Please read my post for more details about approaches, implementation, results and analysis.
- Put your images (one or three channels of the same size) in input directory
- Specify parameters in main.m
- (Optional) Type "mex mytsearch.c" in Matlab to compile "mytsearch.c". (10x faster than using mytsearch.m)
- Run main.m
- (Optional) If your images don't have predefined points, you will require to select points by the control point selection tool. See define_correspondences.m for more details.