Guide-Vest/depthProcess.cc
jzq bc5569794a
API definition
Signed-off-by: jzq <1391797124@qq.com>
2023-12-19 14:50:16 +00:00

19 lines
245 B
C++

#include"depthProcess.h"
DepthProcess::DepthProcess(cv::Mat mk) {
}
void DepthProcess::obstacleDetect(cv::Mat imgDepth) {
}
void DepthProcess::obstacleDetect(cv::Mat boxes) {
}
void DepthProcess::getObstacle() {
}