Replace tab with space

This commit is contained in:
kalman 2018-12-07 16:22:32 +08:00
parent 97701188b8
commit 0ecb395044
3 changed files with 30 additions and 31 deletions

View File

@ -44,7 +44,6 @@ DisparityProcessor::DisparityProcessor(std::int32_t proc_period)
int textureThreshold_ = 10; // 10
int speckleWindowSize_ = 100; // 100
int speckleRange_ = 4; // 4
bm_ = cv::StereoBM::create(16, 9);
bm_->setBlockSize(blockSize_);
bm_->setMinDisparity(minDisparity_);