Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ rgb2hsv
Function
rgb2hsv
src/api/cpp/hsv_rgb.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
array rgb2hsv(const array& in) {
23
af_array temp = 0;
24
AF_THROW(af_rgb2hsv(&temp, in.get()));
25
return array(temp);
26
}
27
28
} // namespace af
Callers
1
TEST
Function · 0.50
Calls
3
af_rgb2hsv
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected