00001 /* 00002 * Angular Projective Calibration for SAL3D. 00003 * Copyright 2010 AQSENSE, S.L. 00004 */ 00005 #if !defined (AQSENSE_SAL3D_ANGULAR_METRIC_H) 00006 #define AQSENSE_SAL3D_ANGULAR_METRIC_H 00007 00008 #if defined (_MSC_VER) && (_MSC_VER >= 1020) 00009 #pragma once 00010 #endif 00011 00012 #include "sal3d_def.h" 00013 #include "rangemap.h" 00014 #include "angularmetricconfig.h" 00015 00016 /* 00017 * Functions. 00018 * -------------------------------- 00019 */ 00020 00021 #include "angularmetric_fun.h" 00022 00023 #endif /* !AQSENSE_SAL3D_ANGULAR_METRIC_H */
by
1.7.6.1