summaryrefslogtreecommitdiff
path: root/mv_barcode
diff options
context:
space:
mode:
authorTae-Young Chung <ty83.chung@samsung.com>2018-02-08 15:18:52 +0900
committerTae-Young Chung <ty83.chung@samsung.com>2018-06-19 13:10:56 +0900
commit308eab6b69a5c4394a7dda1a51c9621c185270d1 (patch)
tree4d1922d64973bb95c8c0e091ae4db009bcba0dbf /mv_barcode
parentd6ef47d6802abb3febb4d0e81197c39ea3444551 (diff)
downloadmediavision-308eab6b69a5c4394a7dda1a51c9621c185270d1.tar.gz
mediavision-308eab6b69a5c4394a7dda1a51c9621c185270d1.tar.bz2
mediavision-308eab6b69a5c4394a7dda1a51c9621c185270d1.zip
Migration to OpenCV 3.4.0
Change-Id: I38918bc7555837f234ce0f4c52da4cbd5f2e9232 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Diffstat (limited to 'mv_barcode')
-rw-r--r--mv_barcode/barcode_generator/src/BarcodeGenerator.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/mv_barcode/barcode_generator/src/BarcodeGenerator.cpp b/mv_barcode/barcode_generator/src/BarcodeGenerator.cpp
index d3299460..1bfe3270 100644
--- a/mv_barcode/barcode_generator/src/BarcodeGenerator.cpp
+++ b/mv_barcode/barcode_generator/src/BarcodeGenerator.cpp
@@ -20,9 +20,9 @@
#include <zint.h>
-#include <opencv2/core/core.hpp>
-#include <opencv2/imgproc/imgproc.hpp>
-#include <opencv2/highgui/highgui.hpp>
+#include <opencv2/core.hpp>
+#include <opencv2/imgproc.hpp>
+#include <opencv2/highgui.hpp>
#include <cstring>
#include <vector>