Program Listing for File motion_struct.h¶
↰ Return to documentation for file (c/fmdt/motion/motion_struct.h)
#pragma once
typedef struct {
float theta;
float tx;
float ty;
float mean_error;
float std_deviation;
} motion_t;
↰ Return to documentation for file (c/fmdt/motion/motion_struct.h)
#pragma once
typedef struct {
float theta;
float tx;
float ty;
float mean_error;
float std_deviation;
} motion_t;