Link New Image Connection
This commit is contained in:
@@ -26,7 +26,7 @@ ImageManager::~ImageManager()
|
||||
|
||||
}
|
||||
|
||||
void ImageManager::ProcessImage(uint32_t width, uint32_t height, uint8_t *imgPointer)
|
||||
void ImageManager::ProcessImage(int width, int height, uint8_t *imgPointer)
|
||||
{
|
||||
Mat frame, mask, viewfinder;
|
||||
std::vector<std::vector<Point>> contours;
|
||||
|
||||
Reference in New Issue
Block a user