Add Simple Image Processor
This commit is contained in:
15
ImageProcessor.hpp
Normal file
15
ImageProcessor.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef IMAGEPROCESSOR_H
|
||||
#define IMAGEPROCESSOR_H
|
||||
|
||||
#include <opencv2/core.hpp>
|
||||
|
||||
class ImageProcessor
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
void ProcessImage(uint32_t width, uint32_t height, uint8_t *imgPointer);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user