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

Function histEqual

src/api/cpp/histogram.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()));
39 return array(temp);
40}
41
42} // namespace af

Callers 3

TESTFunction · 0.85
histequalFunction · 0.85
img_test_demoFunction · 0.85

Calls 3

af_hist_equalFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected