MCPcopy 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
22array 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

TESTFunction · 0.50

Calls 3

af_rgb2hsvFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected