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

Function getMinTab

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

Source from the content-addressed store, hash-verified

1154}
1155
1156static BinaryFunc* getMinTab()
1157{
1158 static BinaryFunc minTab[] =
1159 {
1160 (BinaryFunc)GET_OPTIMIZED(min8u), (BinaryFunc)GET_OPTIMIZED(min8s),
1161 (BinaryFunc)GET_OPTIMIZED(min16u), (BinaryFunc)GET_OPTIMIZED(min16s),
1162 (BinaryFunc)GET_OPTIMIZED(min32s),
1163 (BinaryFunc)GET_OPTIMIZED(min32f), (BinaryFunc)min64f,
1164 0
1165 };
1166
1167 return minTab;
1168}
1169
1170}
1171

Callers 1

minMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected