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