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

Function af_get_features_xpos

src/api/c/features.cpp:93–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93af_err af_get_features_xpos(af_array *out, const af_features featHandle) {
94 try {
95 af_features_t feat = getFeatures(featHandle);
96 *out = feat.x;
97 }
98 CATCHALL;
99 return AF_SUCCESS;
100}
101
102af_err af_get_features_ypos(af_array *out, const af_features featHandle) {
103 try {

Callers 7

homographyTestFunction · 0.85
glohTestFunction · 0.85
harrisTestFunction · 0.85
siftTestFunction · 0.85
orbTestFunction · 0.85
fastTestFunction · 0.85
getXMethod · 0.85

Calls 1

getFeaturesFunction · 0.85

Tested by

no test coverage detected