MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / histogram

Function histogram

src/api/c/histogram.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24template<typename T>
25inline af_array histogram(const af_array in, const unsigned &nbins,
26 const double &minval, const double &maxval,
27 const bool islinear) {
28 return getHandle(
29 histogram<T>(getArray<T>(in), nbins, minval, maxval, islinear));
30}
31
32af_err af_histogram(af_array *out, const af_array in, const unsigned nbins,
33 const double minval, const double maxval) {

Callers 11

TESTFunction · 0.50
TESTFunction · 0.50
gforFunction · 0.50
sweFunction · 0.50
mainFunction · 0.50
otsuFunction · 0.50
mainFunction · 0.50
img_test_demoFunction · 0.50
edgeFunction · 0.50

Calls 1

getHandleFunction · 0.70

Tested by

no test coverage detected