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

Method set_label

dlib/test/graph_cuts.cpp:82–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 void set_label (
83 const unsigned long& idx,
84 node_label value
85 )
86 {
87 labels(idx) = value;
88 }
89
90 node_label get_label (
91 const unsigned long& idx

Callers 1

brute_force_potts_modelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected