| 73 | } |
| 74 | |
| 75 | af_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 | |
| 82 | af_err af_susan(af_features *out, const af_array in, const unsigned radius, |
| 83 | const float diff_thr, const float geom_thr, |
no outgoing calls
no test coverage detected