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

Function rgb2ycbcr

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

Source from the content-addressed store, hash-verified

20}
21
22array rgb2ycbcr(const array& in, const YCCStd standard) {
23 af_array temp = 0;
24 AF_THROW(af_rgb2ycbcr(&temp, in.get(), standard));
25 return array(temp);
26}
27
28} // namespace af

Callers 1

TESTFunction · 0.85

Calls 3

af_rgb2ycbcrFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected