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

Method fixedSize

deps/opencv/modules/core/src/matrix.cpp:1359–1362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357
1358
1359bool _OutputArray::fixedSize() const
1360{
1361 return (flags & FIXED_SIZE) == FIXED_SIZE;
1362}
1363
1364bool _OutputArray::fixedType() const
1365{

Callers 1

meanStdDevMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected