📄 stcpreprocess.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 + -