power_rune/include/preprocessing.h

10 lines
189 B
C
Raw Permalink Normal View History

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