Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __INIT_VARIABLES_H__
00011 #define __INIT_VARIABLES_H__
00012
00013 #include <float.h>
00014 #include <math.h>
00015 #include <stddef.h>
00016 #include <stdlib.h>
00017 #include <string.h>
00018 #include "rt_defines.h"
00019 #include "rt_nonfinite.h"
00020
00021 #include "rtwtypes.h"
00022 #include "Optimal_affine_tracking_3d16_fast_realtime_types.h"
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033 extern void init_variables(const real_T Ixyz[504063], const real_T ptx[4], const real_T pty[4], real_T X_par_pred[2250000], real_T tracked_images[38880000], real_T dw_dp[15552], real_T X_par[2250000], real_T AR_velocity[2250000], real_T point_matrix[3888], real_T mean_img[3888], real_T corner_p[12], real_T *center_x, real_T *center_y);
00034 #endif
00035