#ifndef __DATA_H__ #define __DATA_H__ #include #include #include #include #include void FlowDataWrite (Matrix *m, int rows, int cols, char *fname, float **pesos); void CreateLatexData (r3x3_t dmat_A, r3_t dmat_x, r3_t dmat_b, char *fname1, char *fname, char *fimg1, char *fimg2, char *fflow, char *fmov, char *fdiff, int frame, int jump); void print_flows (Matrix *m1, Matrix *m2, float **weights, int g_rows, int g_cols, int frame, int jump, char *name); #endif