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

Method Create

src/colmap/feature/sift.cc:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected