Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
template <typename node_t, typename value_t>
215
bool 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
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64