StereoVisionForADAS module
The StereoVisionForADAS module is responsible for managing the main processes of binocular vision, including camera initialization, disparity map generation, and target detection analysis.
Module Function
Core Function Analysis
1. InitStereoParam(int nDatasetName)
InitStereoParam(int nDatasetName)objStereoCamParam.m_dBaseLine = 0.54;
objStereoCamParam.m_dFocalLength = 722;2. Objectness(Mat& imgLeft, Mat& imgRight)
Objectness(Mat& imgLeft, Mat& imgRight)3. Display(...)
Display(...)Usage example
Notes
Last updated
Was this helpful?
