StereoMatching module
This section briefly introduces the functions and usage of StereoMatching.cpp and StereoMatching.h files.
Module Function
Core function analysis
1. SetParamOCVStereo(StereoCamParam_t&)
SetParamOCVStereo(StereoCamParam_t&)bm->setBlockSize(objStereoParam.m_nWindowSize);
bm->setNumDisparities(objStereoParam.m_nNumberOfDisp);2. MakeDisparity(Mat& imgLeft, Mat& imgRight, bool flgUseWLSFilter)
MakeDisparity(Mat& imgLeft, Mat& imgRight, bool flgUseWLSFilter)3. ImproveDisparity_Naive and ImproveDisparity_WLSFilter
ImproveDisparity_Naive and ImproveDisparity_WLSFilterExample
Notes
Last updated
Was this helpful?
