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

Function cmp64f

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

Source from the content-addressed store, hash-verified

2425}
2426
2427static void cmp64f(const double* src1, size_t step1, const double* src2, size_t step2,
2428 uchar* dst, size_t step, Size size, void* _cmpop)
2429{
2430 cmp_(src1, step1, src2, step2, dst, step, size, *(int*)_cmpop);
2431}
2432
2433static BinaryFunc getCmpFunc(int depth)
2434{

Callers

nothing calls this directly

Calls 1

cmp_Function · 0.85

Tested by

no test coverage detected