ImageCorrespondingPoints provides a TransformationClass option "Epipolar" to find corresponding points among 2 images. But I don't find a way to do that among 3 or more images. I tried to combine ImageCorrespondingPoints with ImageFeatureTrack, that is ImageCorrespondingPoints for first 2 images and ImageFeatureTrack for 2nd and 3rd images sharing the points on 2nd image. But it doesn't work. There're always some mismatch between 2nd and 3rd images. ImageFeatureTrack doesn't work under Epipolar constraints. So, any suggestions?
BTW, I'm using Mathematica 10 home edition Thanks