update outline
parent
6117fcf244
commit
965140d945
BIN
outline.png
BIN
outline.png
Binary file not shown.
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 915 KiB |
|
@ -957,7 +957,8 @@ bool Tracking::ParseCamParamFile(cv::FileStorage &fSettings)
|
|||
std::cerr << "Check an example configuration file with the desired sensor" << std::endl;
|
||||
}
|
||||
|
||||
if(mSensor==System::STEREO || mSensor==System::IMU_STEREO)
|
||||
// if(mSensor==System::STEREO || mSensor==System::IMU_STEREO) !bug 忘记读取rgbd的mbf
|
||||
if(mSensor==System::STEREO || mSensor==System::IMU_STEREO || mSensor==System::RGBD)
|
||||
{
|
||||
cv::FileNode node = fSettings["Camera.bf"];
|
||||
if(!node.empty() && node.isReal())
|
||||
|
|
Loading…
Reference in New Issue