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

Function getGlobalMatOpInitializer

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

Source from the content-addressed store, hash-verified

204};
205
206static MatOp_Initializer* getGlobalMatOpInitializer()
207{
208 static MatOp_Initializer initializer;
209 return &initializer;
210}
211
212static inline bool isIdentity(const MatExpr& e) { return e.op == &g_MatOp_Identity; }
213static inline bool isAddEx(const MatExpr& e) { return e.op == &g_MatOp_AddEx; }

Callers 2

isInitializerFunction · 0.85
makeExprMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected