metric.h
00001 /*
00002  * Projective Calibration for SAL3D.
00003  * Copyright 2008 AQSENSE, S.L.
00004  */
00005 #if !defined (AQSENSE_SAL3D_METRIC_H)
00006 #define AQSENSE_SAL3D_METRIC_H
00007 
00008 #if defined (_MSC_VER) && (_MSC_VER >= 1020)
00009 #pragma once
00010 #endif
00011 
00012 #include "sal3d_def.h"
00013 #include "cop.h"
00014 #include "rangemap.h"
00015 #include "profile.h"
00016 #include "lensdistortion.h"
00017 
00018 
00019 /*
00020  * Type definition.
00021  * --------------------------------
00022  */
00023 
00029 typedef struct sal3d_pattern_lp_points
00030 {
00031     float p[12][3];
00032     float height;
00033 } sal3d_pattern_lp_points;
00034 
00035 /*
00036  * Functions.
00037  * --------------------------------
00038  */
00039 
00040 #include "metric_fun.h"
00041 
00042 #endif /* !AQSENSE_SAL3D_METRIC_H */