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

📄 stcrefine.cpp

📁 这是一个用于立体匹配的程序。 可以用来进行立体匹配!
💻 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 + -