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

Method absdiff

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

Source from the content-addressed store, hash-verified

1618}
1619
1620void cv::absdiff( InputArray src1, InputArray src2, OutputArray dst )
1621{
1622 arithm_op(src1, src2, dst, noArray(), -1, getAbsDiffTab());
1623}
1624
1625/****************************************************************************************\
1626* multiply/divide *

Callers

nothing calls this directly

Calls 3

arithm_opFunction · 0.85
noArrayFunction · 0.85
getAbsDiffTabFunction · 0.85

Tested by

no test coverage detected