Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ get_label
Method
get_label
dlib/test/graph_cuts.cpp:90–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
node_label get_label (
91
const unsigned long& idx
92
) const
93
{
94
return labels(idx);
95
}
96
97
98
value_type factor_value (unsigned long idx) const
Callers
1
impl_test_potts_model
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected