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

Function operator /

deps/opencv/modules/core/src/matop.cpp:854–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

852}
853
854MatExpr operator / (const Mat& a, const Mat& b)
855{
856 MatExpr e;
857 MatOp_Bin::makeExpr(e, '/', a, b);
858 return e;
859}
860
861MatExpr operator / (const Mat& a, double s)
862{

Callers

nothing calls this directly

Calls 4

MatClass · 0.85
MatExprFunction · 0.85
divideMethod · 0.45
multiplyMethod · 0.45

Tested by

no test coverage detected