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

Function af_get_features_score

src/api/c/features.cpp:111–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111af_err af_get_features_score(af_array *out, const af_features featHandle) {
112 try {
113 af_features_t feat = getFeatures(featHandle);
114 *out = feat.score;
115 }
116 CATCHALL;
117 return AF_SUCCESS;
118}
119
120af_err af_get_features_orientation(af_array *out,
121 const af_features featHandle) {

Callers 6

glohTestFunction · 0.85
harrisTestFunction · 0.85
siftTestFunction · 0.85
orbTestFunction · 0.85
fastTestFunction · 0.85
getScoreMethod · 0.85

Calls 1

getFeaturesFunction · 0.85

Tested by

no test coverage detected