MCPcopy Create free account
hub / github.com/creatale/node-dv / getMaxVal

Function getMaxVal

deps/opencv/modules/core/src/arithm.cpp:2453–2457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2451}
2452
2453static double getMaxVal(int depth)
2454{
2455 static const double tab[] = {255, 127, 65535, 32767, INT_MAX, FLT_MAX, DBL_MAX, 0};
2456 return tab[depth];
2457}
2458
2459}
2460

Callers 2

compareMethod · 0.85
inRangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected