MCPcopy Create free account
hub / github.com/davisking/dlib / factor_value

Method factor_value

dlib/test/graph_cuts.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98 value_type factor_value (unsigned long idx) const
99 {
100 DLIB_TEST(idx < number_of_nodes());
101
102 return factors1(idx);
103 }
104
105 value_type factor_value_disagreement (unsigned long idx1, unsigned long idx2) const
106 {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected