Fixing ticket #1228
This commit is contained in:
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user