Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_get_features_size
Function
af_get_features_size
src/api/c/features.cpp:130–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
af_err af_get_features_size(af_array *out, const af_features featHandle) {
131
try {
132
af_features_t feat = getFeatures(featHandle);
133
*out = feat.size;
134
}
135
CATCHALL;
136
return AF_SUCCESS;
137
}
Callers
6
glohTest
Function · 0.85
harrisTest
Function · 0.85
siftTest
Function · 0.85
orbTest
Function · 0.85
fastTest
Function · 0.85
getSize
Method · 0.85
Calls
1
getFeatures
Function · 0.85
Tested by
no test coverage detected