Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void L2NormalizeFeatureDescriptors(FeatureDescriptorsFloatData* descriptors) {
46
descriptors->rowwise().normalize();
47
}
48
49
void L1RootNormalizeFeatureDescriptors(
50
FeatureDescriptorsFloatData* descriptors) {
Callers
9
Extract
Method · 0.85
Extract
Method · 0.85
Extract
Method · 0.85
CreateRandomDescriptors
Method · 0.85
CreateRandomDescriptors
Method · 0.85
CreateRandomFeatureDescriptors
Function · 0.85
FeaturesFromImage
Method · 0.85
CreateRandomFeatureDescriptors
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
5
CreateRandomDescriptors
Method · 0.68
CreateRandomDescriptors
Method · 0.68
CreateRandomFeatureDescriptors
Function · 0.68
CreateRandomFeatureDescriptors
Function · 0.68
TEST
Function · 0.68