| 46 | } // namespace |
| 47 | |
| 48 | FeatureMatchingTypeOptions::FeatureMatchingTypeOptions() |
| 49 | : sift(std::make_shared<SiftMatchingOptions>()), |
| 50 | aliked(std::make_shared<AlikedMatchingOptions>()) {} |
| 51 | |
| 52 | FeatureMatchingTypeOptions::FeatureMatchingTypeOptions( |
| 53 | const FeatureMatchingTypeOptions& other) { |
nothing calls this directly
no outgoing calls
no test coverage detected