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