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

Function getFeatures

src/api/c/features.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61af_features_t getFeatures(const af_features featHandle) {
62 return *static_cast<af_features_t *>(featHandle);
63}
64
65af_err af_retain_features(af_features *outHandle,
66 const af_features featHandle) {

Callers 7

af_retain_featuresFunction · 0.85
af_get_features_numFunction · 0.85
af_get_features_xposFunction · 0.85
af_get_features_yposFunction · 0.85
af_get_features_scoreFunction · 0.85
af_get_features_sizeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected