stcpreprocess.cpp
来自「这是一个用于立体匹配的程序。 可以用来进行立体匹配!」· C++ 代码 · 共 21 行
CPP
21 行
///////////////////////////////////////////////////////////////////////////
//
// 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 + =
减小字号Ctrl + -
显示快捷键?