Add ImageManager
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
#ifndef IMAGEANALYZER_H
|
||||
#define IMAGEANALYZER_H
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
#include "FaultManager.hpp"
|
||||
|
||||
class ImageAnalyzer
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
bool ProcessImage(uint32_t width, uint32_t height, uint8_t *imgPointer, FaultManager fault_mgr);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user