Go to the documentation of this file.00001
00021 #ifndef MATCHALG_H
00022 #define MATCHALG_H
00023
00024 #include "ImageUtility.h"
00025
00026
00027
00028
00029 class MatchAlg
00030 {
00031 public:
00045 static double mainMatchAlg(char *galleryName, char *probeName, int gDataType, int pDataType);
00046 };
00047
00048 #endif // !MATCHALG_H