diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ebac0d..ee7f8c2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,6 +130,7 @@ include(InstallDependencies) install_compiler_libraries() install_qt_libraries(QT_DEPENDENCIES) install_qt_imageformats() +install_qt_misc() install_opencv_libraries(OPENCV_DEPENDENCIES) # Package diff --git a/openbr/plugins/neclatent1.cpp b/openbr/plugins/neclatent1.cpp index 7b15f10..a84142a 100644 --- a/openbr/plugins/neclatent1.cpp +++ b/openbr/plugins/neclatent1.cpp @@ -1,4 +1,4 @@ -#include +#include #include // necessary to allocate a large memory though the actual template size diff --git a/openbr/plugins/quantize.cpp b/openbr/plugins/quantize.cpp index 5dd3bdf..1302846 100644 --- a/openbr/plugins/quantize.cpp +++ b/openbr/plugins/quantize.cpp @@ -183,8 +183,8 @@ private: QList clusterLabels = OpenCVUtils::matrixToVector(labels); QHash< int, QList > clusters; // QHash> - for (int i=0; i