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

Function af_match_template

src/api/unified/vision.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75af_err af_match_template(af_array *out, const af_array search_img,
76 const af_array template_img,
77 const af_match_type m_type) {
78 CHECK_ARRAYS(search_img, template_img);
79 CALL(af_match_template, out, search_img, template_img, m_type);
80}
81
82af_err af_susan(af_features *out, const af_array in, const unsigned radius,
83 const float diff_thr, const float geom_thr,

Callers 2

matchTemplateTestFunction · 0.50
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected