Skip to content

Commit 75fe1d0

Browse files
Create Basil Vision.h
1 parent ea6ad4b commit 75fe1d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Basil Vision.h

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#pragma once
2+
3+
4+
#include <opencv2/core/core.hpp>
5+
#include <opencv2/core/core.hpp>
6+
#include <opencv2/opencv.hpp>
7+
#include <frc/TimedRobot.h>
8+
#include <vector>
9+
using namespace cv;
10+
using namespace std;
11+
class ImageProcess : public frc::TimedRobot {
12+
void makeGrid(Mat img, int cellSize);
13+
Mat makeGrid(char *fileName, char *result);
14+
void RobotInit();
15+
std::string getPutTextData(int count);
16+
}

0 commit comments

Comments
 (0)