删除文件 depthProcess.h
parent
f13bbe7a2f
commit
e70f84d331
|
@ -1,18 +0,0 @@
|
|||
#pragma once
|
||||
|
||||
#include "opencv2/core/core.hpp"
|
||||
|
||||
|
||||
class DepthProcess
|
||||
{
|
||||
private:
|
||||
cv::Mat imgRGB;
|
||||
cv::Mat imgDepth; // or pointCloud detect by lidar
|
||||
cv::Mat mK; // camera intrinsic or external parameters between camera and lidar
|
||||
cv::Mat obstacle; // [dis, cls, maby size]
|
||||
public:
|
||||
DepthProcess(cv::Mat mk);
|
||||
void obstacleDetect(cv::Mat imgDepth);
|
||||
void obstacleRecognize(cv::Mat boxes);
|
||||
cv::Mat getObstacle();
|
||||
};
|
Loading…
Reference in New Issue