Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ threeway_max
Method
threeway_max
IPL/include/IPLColor.h:230–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
static float threeway_max(float a, float b, float c)
231
{
232
return std::max(a, std::max(b, c));
233
}
234
235
static float threeway_min(float a, float b, float c)
236
{
Callers
nothing calls this directly
Calls
1
max
Function · 0.70
Tested by
no test coverage detected