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

Method dot

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

Source from the content-addressed store, hash-verified

637}
638
639double MatExpr::dot(const Mat& m) const
640{
641 return ((Mat)*this).dot(m);
642}
643
644MatExpr MatExpr::t() const
645{

Callers 2

calcBetaFunction · 0.45
calcNWeightsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected