demo/2023816/preprocessing.h

10 lines
180 B
C
Raw Permalink Normal View History

2023-10-08 22:10:52 +08:00
#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);