MCPcopy Create free account
hub / github.com/colmap/colmap / Create

Method Create

src/colmap/feature/sift.cc:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected