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

Method getX

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

Source from the content-addressed store, hash-verified

55}
56
57array features::getX() const {
58 af_array x = 0;
59 AF_THROW(af_get_features_xpos(&x, feat));
60 af_array tmp = 0;
61 AF_THROW(af_retain_array(&tmp, x));
62 return array(tmp);
63}
64
65array features::getY() const {
66 af_array y = 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_xposFunction · 0.85
af_retain_arrayFunction · 0.50
arrayClass · 0.50

Tested by

no test coverage detected