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

Method getY

src/api/cpp/features.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65array features::getY() const {
66 af_array y = 0;
67 AF_THROW(af_get_features_ypos(&y, feat));
68 af_array tmp = 0;
69 AF_THROW(af_retain_array(&tmp, y));
70 return array(tmp);
71}
72
73array features::getScore() const {
74 af_array s = 0;

Callers 9

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
fast_demoFunction · 0.80

Calls 3

af_get_features_yposFunction · 0.85
af_retain_arrayFunction · 0.50
arrayClass · 0.50

Tested by

no test coverage detected