lenscalib.h
00001 /*
00002  * Lens distortion calibration for SAL3D.
00003  * Copyright 2010 AQSENSE, S.L.
00004  */
00005 #if !defined (AQSENSE_SAL3D_LENS_CALIB_H)
00006 #define AQSENSE_SAL3D_LENS_CALIB_H
00007 
00008 #if defined (_MSC_VER) && (_MSC_VER >= 1020)
00009 #pragma once
00010 #endif
00011 
00012 #include "sal3d_def.h"
00013 #include "frame.h"
00014 #include "rangemap.h"
00015 #include "lensdistortion.h"
00016 
00017 /*
00018  * Functions.
00019  * --------------------------------
00020  */
00021 #include "lenscalib_fun.h"
00022 
00023 #endif //AQSENSE_SAL3D_LENS_CALIB_H