Introduction - If you have any usage issues, please Google them yourself
In the Linux platform, the feature points detection, extraction and matching of two-dimensional images are completed. The RANSAC algorithm is used to eliminate the error matching points, and the A-KAZE algorithm is used to save the time and the correct matching rate is achieved after using the RANSAC algorithm.
Configuration environment:Linux+GCC