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

Function colorspace

src/api/cpp/colorspace.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace af {
17
18array colorspace(const array& image, const CSpace to, const CSpace from) {
19 return colorSpace(image, to, from);
20}
21
22array colorSpace(const array& image, const CSpace to, const CSpace from) {
23 af_array temp = 0;

Callers

nothing calls this directly

Calls 1

colorSpaceFunction · 0.85

Tested by

no test coverage detected