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

Function countNonZero64f

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

Source from the content-addressed store, hash-verified

272{ return countNonZero_(src, len); }
273
274static int countNonZero64f( const double* src, int len )
275{ return countNonZero_(src, len); }
276
277typedef int (*CountNonZeroFunc)(const uchar*, int);
278

Callers

nothing calls this directly

Calls 1

countNonZero_Function · 0.85

Tested by

no test coverage detected