📄 stcrefine.cpp
字号:
///////////////////////////////////////////////////////////////////////////
//
// NAME
// StcRefine.cpp -- refine the matching disparity to get a sub-pixel match
//
// DESCRIPTION
// Input: m_disparity selected integer disparities in range [0 .. m_disp_n-1]
// Output: m_float_disparity refined floating point disparities
//
// The mapping between the integral disparities k (ranging from 0 to m_disp_n-1)
// and the floating point
// disparity d is given by:
// d = disp_min + k * m_disp_num / m_disp_den
//
// SEE ALSO
// StereoMatcher.h
// StereoMatcher.cpp
//
// Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -