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

Function getFeaturesHandle

src/api/c/features.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34af_features getFeaturesHandle(const af_features_t feat) {
35 auto *featHandle = new af_features_t;
36 *featHandle = feat;
37 return static_cast<af_features>(featHandle);
38}
39
40af_err af_create_features(af_features *featHandle, dim_t num) {
41 try {

Callers 7

harrisFunction · 0.85
siftFunction · 0.85
orbFunction · 0.85
susanFunction · 0.85
af_create_featuresFunction · 0.85
af_retain_featuresFunction · 0.85
fastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected