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

Function af_get_features_size

src/api/c/features.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130af_err af_get_features_size(af_array *out, const af_features featHandle) {
131 try {
132 af_features_t feat = getFeatures(featHandle);
133 *out = feat.size;
134 }
135 CATCHALL;
136 return AF_SUCCESS;
137}

Callers 6

glohTestFunction · 0.85
harrisTestFunction · 0.85
siftTestFunction · 0.85
orbTestFunction · 0.85
fastTestFunction · 0.85
getSizeMethod · 0.85

Calls 1

getFeaturesFunction · 0.85

Tested by

no test coverage detected