00001 /* 00002 00003 Copyright (c) 1995-2005 by INRIA. 00004 All Rights Reserved. 00005 00006 This software was developed at: 00007 IRISA/INRIA Rennes 00008 Campus Universitaire de Beaulieu 00009 35042 Rennes Cedex 00010 00011 http://www.irisa.fr 00012 00013 */ 00014 00015 #ifndef FieldVector_h 00016 #define FieldVector_h 00017 00023 #include <stdio.h> 00024 #include <CMotion2DModel.h> 00025 #include <CMotion2DImage.h> 00026 00027 bool WriteFieldVector(CMotion2DModel &model, 00028 CMotion2DImage<unsigned char> &S, unsigned char label, 00029 const char *filename); 00030 00031 bool WriteFieldVector(CMotion2DModel &model, 00032 CMotion2DImage<short> &S, short label, 00033 const char *filename); 00034 00035 #endif