This commit is contained in:
2025-10-30 17:36:47 +01:00
parent cafb4dba4c
commit ffbd3ce7ae
61 changed files with 1273 additions and 0 deletions

14
ora6/proj2/main.cpp Normal file
View File

@@ -0,0 +1,14 @@
#include "histo.h"
#include <opencv2/core.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <iostream>
using namespace cv;
int main(){
waitKey();
return 0;
}