Move the sources to trunk
[opencv] / apps / vmdemotk / DataandMorphing.h
1 #ifndef _DATA_AND_MORPHING_H_
2 #define _DATA_AND_MORPHING_H_   
3 #include "VMDemoTk.h"
4
5
6         int MemoryAllocation();
7         int loaddata(Tcl_Interp  *interp);
8
9
10         int OnMakeMorphing(float sk, Tcl_Interp  *interp);
11
12         int FreeMemory();
13
14     extern IplImage* datal;
15     extern IplImage* datar;
16
17
18 #endif
19
20
21