| 350 | } |
| 351 | |
| 352 | static std::unique_ptr<FeatureExtractor> Create( |
| 353 | const FeatureExtractionOptions& options) { |
| 354 | return std::make_unique<CovariantSiftCPUFeatureExtractor>(options); |
| 355 | } |
| 356 | |
| 357 | bool Extract(const Bitmap& bitmap, |
| 358 | FeatureKeypoints* keypoints, |
nothing calls this directly
no outgoing calls
no test coverage detected