| 149 | } |
| 150 | |
| 151 | static std::unique_ptr<FeatureExtractor> Create( |
| 152 | const FeatureExtractionOptions& options) { |
| 153 | return std::make_unique<SiftCPUFeatureExtractor>(options); |
| 154 | } |
| 155 | |
| 156 | bool Extract(const Bitmap& bitmap, |
| 157 | FeatureKeypoints* keypoints, |
nothing calls this directly
no outgoing calls
no test coverage detected