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

Function countNonZero32f

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

Source from the content-addressed store, hash-verified

269{ return countNonZero_(src, len); }
270
271static int countNonZero32f( const float* src, int len )
272{ return countNonZero_(src, len); }
273
274static int countNonZero64f( const double* src, int len )
275{ return countNonZero_(src, len); }

Callers

nothing calls this directly

Calls 1

countNonZero_Function · 0.85

Tested by

no test coverage detected