roboforum.ruТехнический форум по робототехнике. |
|
|
=DeaD= писал(а):2EDV: И может ли этот алгоритм выдавать линейные размеры образа с достаточной точностью?
EdGull писал(а):а на МК например на ARM9 это переносится?
=DeaD= писал(а):А как же разбираться - улучшили мы идею или нет, если точность не меряем?
=DeaD= писал(а):В сторону SLAM-ов всяких пока не смотрели?
// Definition of coordinate structure
struct CvXYZ32F {
float x,y,z;
// Set a coordinate
void Set(float aX, float aY, float aZ) { x = aX; y = aY; z = aZ; }
};
// Definition of data type
#define cType192U_c 24
#define cType192U_s 12
#define cType192U_f 6
#define cType192U_p 2
union CvType192U {
char c[cType192U_c];
short s[cType192U_s];
float f[cType192U_f];
CvXYZ32F p[cType192U_p];
};
// Definition of location structure
struct CvLocation {
CvXYZ32F p; // Location point
float hA; // Horizontal survey angle
float vA; // Vertical survey angle
};
// Definition of data type
#define cType160U_c 20
#define cType160U_s 10
#define cType160U_f 5
union CvType160U {
char c[cType160U_c];
short s[cType160U_s];
float f[cType160U_f];
CvLocation l;
};
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 4