Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ ColorToTuple
Function
ColorToTuple
Wrapping/Python/mitk/MultiLabelSegmentation.cpp:60–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
std::tuple<float, float, float> ColorToTuple(const Color& c)
61
{
62
return {c.GetRed(), c.GetGreen(), c.GetBlue()};
63
}
64
65
Label::PixelType ToLabelValue(py::handle h)
66
{
Callers
1
InitMultiLabelSegmentation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected