Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
36
array 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
TEST
Function · 0.85
histequal
Function · 0.85
img_test_demo
Function · 0.85
Calls
3
af_hist_equal
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected