删除文件 depthProcess.h
This commit is contained in:
		
							parent
							
								
									2b8425b9c7
								
							
						
					
					
						commit
						b22dc2aca0
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user