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

Method clear

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

Source from the content-addressed store, hash-verified

1682}
1683
1684void _OutputArray::clear() const
1685{
1686 int k = kind();
1687
1688 if( k == MAT )
1689 {
1690 CV_Assert(!fixedSize());
1691 ((Mat*)obj)->resize(0);
1692 return;
1693 }
1694
1695 release();
1696}
1697
1698bool _OutputArray::needed() const
1699{

Callers 15

~DevicePropsMethod · 0.45
CommandLineParserMethod · 0.45
getMatVectorMethod · 0.45
releaseMethod · 0.45
icvCloseFunction · 0.45
releaseMethod · 0.45
~TLSStorageMethod · 0.45
globMethod · 0.45
initMethod · 0.45
detectImplMethod · 0.45
filterMinDistMethod · 0.45
getContourPointsMethod · 0.45

Calls 1

resizeMethod · 0.45

Tested by

no test coverage detected