#include <float.h>
#include <math.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "rt_defines.h"
#include "rt_nonfinite.h"
#include "rtwtypes.h"
#include "Optimal_affine_tracking_3d16_fast_realtime_types.h"
Go to the source code of this file.
Functions | |
void | b_downsample (const real_T x[84231], real_T y[42211]) |
void | downsample (const real_T x[168021], real_T y[84231]) |
void b_downsample | ( | const real_T | x[84231], |
real_T | y[42211] | ||
) |
Definition at line 26 of file downsample.cpp.
void downsample | ( | const real_T | x[168021], |
real_T | y[84231] | ||
) |
Definition at line 44 of file downsample.cpp.