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

Method getScore

src/api/cpp/features.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73array features::getScore() const {
74 af_array s = 0;
75 AF_THROW(af_get_features_score(&s, feat));
76 af_array tmp = 0;
77 AF_THROW(af_retain_array(&tmp, s));
78 return array(tmp);
79}
80
81array features::getOrientation() const {
82 af_array ori = 0;

Callers 8

TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
susanTestFunction · 0.80
TESTFunction · 0.80
susan_demoFunction · 0.80

Calls 3

af_get_features_scoreFunction · 0.85
af_retain_arrayFunction · 0.50
arrayClass · 0.50

Tested by

no test coverage detected