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

Function getSubTab

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

Source from the content-addressed store, hash-verified

1526}
1527
1528static BinaryFunc* getSubTab()
1529{
1530 static BinaryFunc subTab[] =
1531 {
1532 (BinaryFunc)GET_OPTIMIZED(sub8u), (BinaryFunc)GET_OPTIMIZED(sub8s),
1533 (BinaryFunc)GET_OPTIMIZED(sub16u), (BinaryFunc)GET_OPTIMIZED(sub16s),
1534 (BinaryFunc)GET_OPTIMIZED(sub32s),
1535 (BinaryFunc)GET_OPTIMIZED(sub32f), (BinaryFunc)sub64f,
1536 0
1537 };
1538
1539 return subTab;
1540}
1541
1542static BinaryFunc* getAbsDiffTab()
1543{

Callers 1

subtractMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected