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

Function af_get_features_ypos

src/api/c/features.cpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102af_err af_get_features_ypos(af_array *out, const af_features featHandle) {
103 try {
104 af_features_t feat = getFeatures(featHandle);
105 *out = feat.y;
106 }
107 CATCHALL;
108 return AF_SUCCESS;
109}
110
111af_err af_get_features_score(af_array *out, const af_features featHandle) {
112 try {

Callers 7

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

Calls 1

getFeaturesFunction · 0.85

Tested by

no test coverage detected