Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
array 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
TEST
Function · 0.85
Calls
3
af_rgb2ycbcr
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected