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

Function cmp32s

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

Source from the content-addressed store, hash-verified

2404}
2405
2406static void cmp32s(const int* src1, size_t step1, const int* src2, size_t step2,
2407 uchar* dst, size_t step, Size size, void* _cmpop)
2408{
2409 cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop);
2410}
2411
2412static void cmp32f(const float* src1, size_t step1, const float* src2, size_t step2,
2413 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