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

Function histequal

src/api/cpp/histogram.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33array histequal(const array& in, const array& hist) {
34 return histEqual(in, hist);
35}
36array histEqual(const array& in, const array& hist) {
37 af_array temp = 0;
38 AF_THROW(af_hist_equal(&temp, in.get(), hist.get()));

Callers

nothing calls this directly

Calls 1

histEqualFunction · 0.85

Tested by

no test coverage detected