| 1040 | } |
| 1041 | |
| 1042 | static std::unique_ptr<FeatureMatcher> Create( |
| 1043 | const FeatureMatchingOptions& options) { |
| 1044 | return std::make_unique<SiftCPUFeatureMatcher>(options); |
| 1045 | } |
| 1046 | |
| 1047 | void Match(const Image& image1, |
| 1048 | const Image& image2, |
nothing calls this directly
no outgoing calls
no test coverage detected