master
Ondřej Hruška 8 years ago
parent 5c0738aaf8
commit 5e39064e5d
  1. 12
      src/vec_match.c

@ -8,12 +8,12 @@
#define SQUARE(a) ((a)*(a))
bool vec_match(const float *data,
const float *ref,
uint32_t length,
uint8_t drift_x,
float offset_y,
float *envl_match_error,
float *abs_match_error)
const float *ref,
uint32_t length,
uint8_t drift_x,
float offset_y,
float *envl_match_error,
float *abs_match_error)
{
int a, b;

Loading…
Cancel
Save