Skip to main content
. 2023 Jan 18;14(2):242. doi: 10.3390/mi14020242
Algorithm 2: Rematch Algorithm
Input: all candidate sorted images { I1,I2,,I20 }
1: Detect SURF features of candidate image Iθ and query image Iquery;
 2: Detect image matching points using FLANN algorithm;
3: Calculate the number of matching points, the most is Ibest;
Output: the best matching image Ibest