⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stcpreprocess.cpp

📁 这是一个用于立体匹配的程序。 可以用来进行立体匹配!
💻 CPP
字号:
///////////////////////////////////////////////////////////////////////////
//
// NAME
//  StcPreProcess.cpp -- pre-process the images to clean them up or normalize them
//
// DESCRIPTION
//  Currently, we only support iterated binomial blur, to clean up the images
//  a little.  This should help sub-pixel fitting work better, by making
//  image shifts closer to a Taylor series expansion, but will result in worse
//  performance near discontinuity regions and in finely textured regions.
// 
//  Other potential pre-processing operations (currently not implemented),
//  might include:
//    bias and gain normalization
//    histogram equalization (global or local)
//    rank statistics pre-processing
//
// SEE ALSO
//  StereoMatcher.h         longer description of this class
//
// Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -