summaryrefslogtreecommitdiffstats
path: root/modules/image/inc/img_zbar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/image/inc/img_zbar.hpp')
-rw-r--r--modules/image/inc/img_zbar.hpp46
1 files changed, 0 insertions, 46 deletions
diff --git a/modules/image/inc/img_zbar.hpp b/modules/image/inc/img_zbar.hpp
deleted file mode 100644
index 3132175..0000000
--- a/modules/image/inc/img_zbar.hpp
+++ /dev/null
@@ -1,46 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_IMG_ZBAR_H
- # define VA_IMG_ZBAR_H
-
-
-/******************************************************************************
- ******* headers **************************************************************
- ******************************************************************************/
-/* Packages ------------------------------------------------------------------*/
- /* openCV */
- #include <opencv2/opencv.hpp>
-
-
-/******************************************************************************
- ******* enums ****************************************************************
- ******************************************************************************/
- enum Img_ZB_Action {
- IMG_ZB_ACT_FOO = 0,
-
- IMG_ZB_ACT_ZB = 0x0200,
- IMG_ZB_ACT_DECODE
- };
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
-void img_zb_act (class cv::Mat *imgptr, int action, void *data);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* img_zbar.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/