OpenCV4 + XMake
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#define _CAMERA_WRAPPER_H_
|
||||
|
||||
#include <additions.h>
|
||||
#include <opencv2/core/core.hpp>
|
||||
#include <opencv2/core.hpp>
|
||||
#include <camera/wrapper_head.h>
|
||||
|
||||
#ifdef Windows
|
||||
@@ -33,7 +33,7 @@ private:
|
||||
tSdkCameraCapbility tCapability;
|
||||
tSdkFrameHead frame_info;
|
||||
BYTE *pby_buffer;
|
||||
IplImage* iplImage;
|
||||
cv::Mat image_header;
|
||||
int channel;
|
||||
|
||||
RoundQueue<cv::Mat, 2> src_queue;
|
||||
@@ -52,4 +52,4 @@ public:
|
||||
};
|
||||
|
||||
|
||||
#endif /* _CAMERA_WRAPPER_H_ */
|
||||
#endif /* _CAMERA_WRAPPER_H_ */
|
||||
Reference in New Issue
Block a user