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

Function colorSpace

src/api/cpp/colorspace.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22array colorSpace(const array& image, const CSpace to, const CSpace from) {
23 af_array temp = 0;
24 AF_THROW(af_color_space(&temp, image.get(), to, from));
25 return array(temp);
26}
27
28} // namespace af

Callers 15

colorspaceFunction · 0.85
templateMatchingDemoFunction · 0.85
harris_demoFunction · 0.85
susan_demoFunction · 0.85
fast_demoFunction · 0.85
pyramids_demoFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
embossFunction · 0.85
mainFunction · 0.85
thresholdFunction · 0.85
otsuFunction · 0.85

Calls 3

af_color_spaceFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected