bugfix: fftw thread safety

This commit is contained in:
simon987 2019-12-27 16:23:03 -05:00
parent 17106c1d4a
commit d14bdbd0f3

View File

@ -11,6 +11,11 @@
//TODO: Error handling
static void init() __attribute__((constructor));
void init() {
fftw_make_planner_thread_safe();
}
using namespace cv;
#define FASTIMAGEHASH_OK 0