You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/component/image_proc.h
+6-5
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
#ifndef _IMAGE_PROC_H_
2
2
#define_IMAGE_PROC_H_
3
3
4
-
#include"attribute.h"
5
-
#include"opencv2/core.hpp"
6
-
#include"opencv2/highgui.hpp"
7
-
#include"opencv2/imgcodecs.hpp"
8
-
9
4
#ifdef computervision_EXPORTS
10
5
#defineIPO_API__declspec(dllexport)
11
6
#else
12
7
#defineIPO_API__declspec(dllimport)
13
8
#endif
14
9
10
+
#include"attribute.h"
11
+
#include"opencv2/core.hpp"
12
+
#include"opencv2/highgui.hpp"
13
+
// #include "opencv2/imgcodecs.hpp"
14
+
15
15
namespaceipo {
16
+
16
17
#ifdef _WIN32
17
18
/**
18
19
* @brief Calculate the diff value between subtraction of grayscale image and fuzzy image. If the value exceed the offset value, then it equal to 255, and vice versa.
0 commit comments