10 lines
189 B
C
10 lines
189 B
C
|
#pragma once
|
||
|
#include <opencv2/opencv.hpp>
|
||
|
#include <opencv2/highgui/highgui_c.h>
|
||
|
#include <iostream>
|
||
|
|
||
|
using std::cout;
|
||
|
using std::endl;
|
||
|
|
||
|
|
||
|
cv::Mat preprocessing(cv::Mat rawImages);
|