Construct two images next to the shoot

Going up to the various function related tutorials, I noticed that it is typical to illustrate how matching works by plotting the same image side by side in two different versions (one is normal and the other one is rotated or distorted). I want to work on a mix of features using two different images (the same sequence with several different angles). How to plan them together side by side? I am ready to use skimage on python 2.7

+3


source to share


1 answer


See skimage.feature.plot_matches

enter an empty list of key points and matches if you want to display images without points.



+1


source







All Articles