Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getX
Method
getX
src/api/cpp/features.cpp:57–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
array features::getX() const {
58
af_array x = 0;
59
AF_THROW(af_get_features_xpos(&x, feat));
60
af_array tmp = 0;
61
AF_THROW(af_retain_array(&tmp, x));
62
return array(tmp);
63
}
64
65
array features::getY() const {
66
af_array y = 0;
Callers
9
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
susanTest
Function · 0.80
TEST
Function · 0.80
susan_demo
Function · 0.80
fast_demo
Function · 0.80
Calls
3
af_get_features_xpos
Function · 0.85
af_retain_array
Function · 0.50
array
Class · 0.50
Tested by
no test coverage detected