mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 13:23:03 -05:00
Fixed interactive calibration tool deps.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
set(DEPS opencv_core opencv_imgproc opencv_features opencv_highgui opencv_3d opencv_calib opencv_videoio opencv_objdetect)
|
||||
set(DEPS opencv_core opencv_imgproc opencv_features opencv_highgui opencv_geometry opencv_calib opencv_videoio opencv_objdetect)
|
||||
file(GLOB SRCS *.cpp)
|
||||
ocv_add_application(opencv_interactive-calibration MODULES ${DEPS} SRCS ${SRCS})
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <cmath>
|
||||
#include <ctime>
|
||||
|
||||
#include <opencv2/3d.hpp>
|
||||
#include <opencv2/geometry.hpp>
|
||||
#include <opencv2/calib.hpp>
|
||||
#include <opencv2/imgproc.hpp>
|
||||
#include <opencv2/imgcodecs.hpp>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "frameProcessor.hpp"
|
||||
#include "rotationConverters.hpp"
|
||||
|
||||
#include <opencv2/3d.hpp>
|
||||
#include <opencv2/geometry.hpp>
|
||||
#include <opencv2/calib.hpp>
|
||||
#include <opencv2/imgproc.hpp>
|
||||
#include <opencv2/highgui.hpp>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
// of this distribution and at http://opencv.org/license.html.
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#include <opencv2/3d.hpp>
|
||||
#include <opencv2/geometry.hpp>
|
||||
#include <opencv2/calib.hpp>
|
||||
#include <opencv2/cvconfig.h>
|
||||
#include <opencv2/highgui.hpp>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#include <opencv2/3d.hpp>
|
||||
#include <opencv2/geometry.hpp>
|
||||
#include <opencv2/calib.hpp>
|
||||
#include <opencv2/core.hpp>
|
||||
|
||||
|
||||
@@ -120,7 +120,7 @@ class Builder:
|
||||
"-DWITH_ITT=OFF",
|
||||
"-DBUILD_ZLIB=ON",
|
||||
"-DBUILD_opencv_apps=OFF",
|
||||
"-DBUILD_opencv_3d=ON",
|
||||
"-DBUILD_opencv_geometry=ON",
|
||||
"-DBUILD_opencv_dnn=ON",
|
||||
"-DBUILD_opencv_features=ON",
|
||||
"-DBUILD_opencv_flann=ON", # No bindings provided. This module is used as a dependency for other modules.
|
||||
|
||||
Reference in New Issue
Block a user