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

Function cmp8s

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

Source from the content-addressed store, hash-verified

2283}
2284
2285static void cmp8s(const schar* src1, size_t step1, const schar* src2, size_t step2,
2286 uchar* dst, size_t step, Size size, void* _cmpop)
2287{
2288 cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop);
2289}
2290
2291static void cmp16u(const ushort* src1, size_t step1, const ushort* src2, size_t step2,
2292 uchar* dst, size_t step, Size size, void* _cmpop)

Callers

nothing calls this directly

Calls 1

cmp_Function · 0.85

Tested by

no test coverage detected