Vista     Main Page   Class List   Function List   File List   Examples  


FieldVector.h

Go to the documentation of this file.
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
 

Motion2D is Copyright © 1995-2005 by Inria
This documentation was generated on 31 Jan 2005 by Fabien Spindler for Motion2D 1.3.11 using doxygen1.2.18 written by Dimitri van Heesch, © 1997-2005