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

Function L2NormalizeFeatureDescriptors

src/colmap/feature/utils.cc:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void L2NormalizeFeatureDescriptors(FeatureDescriptorsFloatData* descriptors) {
46 descriptors->rowwise().normalize();
47}
48
49void L1RootNormalizeFeatureDescriptors(
50 FeatureDescriptorsFloatData* descriptors) {

Callers 9

ExtractMethod · 0.85
ExtractMethod · 0.85
ExtractMethod · 0.85
FeaturesFromImageMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.68