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

Function af_get_features_orientation

src/api/c/features.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120af_err af_get_features_orientation(af_array *out,
121 const af_features featHandle) {
122 try {
123 af_features_t feat = getFeatures(featHandle);
124 *out = feat.orientation;
125 }
126 CATCHALL;
127 return AF_SUCCESS;
128}
129
130af_err af_get_features_size(af_array *out, const af_features featHandle) {
131 try {

Callers 6

glohTestFunction · 0.85
harrisTestFunction · 0.85
siftTestFunction · 0.85
orbTestFunction · 0.85
fastTestFunction · 0.85
getOrientationMethod · 0.85

Calls 1

getFeaturesFunction · 0.85

Tested by

no test coverage detected