00001 #ifndef _CVIPTOOLS_H_
00002 #define _CVIPTOOLS_H_
00003
00004
00005
00006
00007 #include <math.h>
00008 #include <process.h>
00009
00010
00011 #include "pbmplus.h"
00012
00013
00014
00015 extern "C" {
00016
00017 #include "CVIPtoolkit.h"
00018
00019 #include "CVIPconvert.h"
00020
00021 #include "CVIPdef.h"
00022 #include "CVIPimage.h"
00023
00024
00025 #include "CVIPfs.h"
00026 #include "CVIPview.h"
00027 #include "CVIPmatrix.h"
00028 #include "CVIPobject.h"
00029 #include "CVIPhisto.h"
00030 #include "CVIPfeatures.h"
00031 #include "CVIPenhance.h"
00032 #include "CVIParithlogic.h"
00033 #include "CVIPdrawimg.h"
00034 #include "CVIPfs.h"
00035
00036 long area(Image * labeledImage, int r, int c);
00037
00038 }
00039
00040
00041
00042
00043
00044
00045
00047 #endif // _CVIPTOOLS_H_