Move the sources to trunk
[opencv] / apps / vmdemotk / Globals.h
1 #ifndef _GLOBALS_H_
2 #define _GLOBALS_H_
3         
4 extern  bool    HaveMorph;
5 extern  int*    scanlines_1;
6 extern  int*    scanlines_2;
7 extern  int*    scanlines_a;
8 extern  int             numScanlines;
9 extern  CvSize  imgsize;
10
11 #endif