Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
array 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
colorspace
Function · 0.85
templateMatchingDemo
Function · 0.85
harris_demo
Function · 0.85
susan_demo
Function · 0.85
fast_demo
Function · 0.85
pyramids_demo
Function · 0.85
main
Function · 0.85
main
Function · 0.85
emboss
Function · 0.85
main
Function · 0.85
threshold
Function · 0.85
otsu
Function · 0.85
Calls
3
af_color_space
Function · 0.50
array
Class · 0.50
get
Method · 0.45
Tested by
no test coverage detected