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

Function countNonZero16u

deps/opencv/modules/core/src/stat.cpp:265–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265static int countNonZero16u( const ushort* src, int len )
266{ return countNonZero_(src, len); }
267
268static int countNonZero32s( const int* src, int len )
269{ return countNonZero_(src, len); }

Callers

nothing calls this directly

Calls 1

countNonZero_Function · 0.85

Tested by

no test coverage detected