Fixing ticket #1228

This commit is contained in:
Marius Muja
2011-07-17 06:26:40 +00:00
parent be2c4ddbdd
commit c071f5487e
2 changed files with 14 additions and 8 deletions

View File

@@ -66,6 +66,8 @@
#define FLANN_ARRAY_LEN(a) (sizeof(a)/sizeof(a[0]))
namespace cvflann {
/* Nearest neighbour index algorithms */
enum flann_algorithm_t
{
@@ -159,4 +161,6 @@ enum
FLANN_CHECKS_AUTOTUNED = -2
};
}
#endif /* OPENCV_FLANN_DEFINES_H_ */