made FLANN (and dependent on it code) build fine on Windows. Most of the changes are added CV_EXPORTS' into the class declarations and extern variables are turned into external functions (as a nice side effect the variables are now read-only)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef SVM_ERROR
|
||||
#define SVM_ERROR
|
||||
#ifndef LSVM_ERROR
|
||||
#define LSVM_ERROR
|
||||
|
||||
#define LATENT_SVM_OK 0
|
||||
#define DISTANCE_TRANSFORM_OK 1
|
||||
@@ -13,4 +13,4 @@
|
||||
#define FFT_OK 2
|
||||
#define FFT_ERROR -8
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user