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

Function af_get_features_num

src/api/c/features.cpp:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84af_err af_get_features_num(dim_t *num, const af_features featHandle) {
85 try {
86 af_features_t feat = getFeatures(featHandle);
87 *num = feat.n;
88 }
89 CATCHALL;
90 return AF_SUCCESS;
91}
92
93af_err af_get_features_xpos(af_array *out, const af_features featHandle) {
94 try {

Callers 9

glohTestFunction · 0.50
harrisTestFunction · 0.50
siftTestFunction · 0.50
orbTestFunction · 0.50
fastTestFunction · 0.50
siftFunction · 0.50
glohFunction · 0.50
orbFunction · 0.50
getNumFeaturesMethod · 0.50

Calls 1

getFeaturesFunction · 0.85

Tested by

no test coverage detected