Skip to main content
. 2023 Jan 18;14(2):242. doi: 10.3390/mi14020242
Algorithm 1: Voting Scheme
Input: all candidate sorted images { I1,I2,,In }
1: Vote for all sorted images { I1,I2,,In };
2: If the top sorted three candidate images { I1,I2,I3 } are associated with the same id;
3: Then, the best matching image Ibest is I1;
4: Otherwise, the best matching can be acquired using the surf matching Algorithm;
Output: the best matching image Ibest