Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colmap/colmap
/ BindFeature
Function
BindFeature
src/pycolmap/feature/bindings.cc:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
void BindFeatureMatching(py::module& m);
7
8
void BindFeature(py::module& m) {
9
BindFeatureExtraction(m);
10
BindFeatureMatching(m);
11
}
Callers
1
PYBIND11_MODULE
Function · 0.85
Calls
2
BindFeatureExtraction
Function · 0.85
BindFeatureMatching
Function · 0.85
Tested by
no test coverage detected