MCPcopy Create free account
hub / github.com/colmap/colmap / IsConnectedToSink

Method IsConnectedToSink

src/colmap/math/graph_cut.h:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213
214template <typename node_t, typename value_t>
215bool MinSTGraphCut<node_t, value_t>::IsConnectedToSink(
216 const node_t node_idx) const {
217 return colors_.at(node_idx) == boost::white_color;
218}
219
220} // namespace colmap

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64