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

Method getOrientation

src/api/cpp/features.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81array features::getOrientation() const {
82 af_array ori = 0;
83 AF_THROW(af_get_features_orientation(&ori, feat));
84 af_array tmp = 0;
85 AF_THROW(af_retain_array(&tmp, ori));
86 return array(tmp);
87}
88
89array features::getSize() const {
90 af_array s = 0;

Callers 7

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

Calls 3

af_retain_arrayFunction · 0.50
arrayClass · 0.50

Tested by

no test coverage detected