stcgraphcut.cpp

来自「这是一个用于立体匹配的程序。 可以用来进行立体匹配!」· C++ 代码 · 共 16 行

CPP
16
字号
///////////////////////////////////////////////////////////////////////////
//
// NAME
//  StcGraphCut.cpp -- optimize the MRF using a Graph Cut algorithm
//
// DESCRIPTION
//  Input:  m_cost:      DSI (disparity space image)
//          m_smooth:    smoothness field weights
//          m_rho_s:     table of smoothness penalties vs. disp difference
//  Output: m_disparity  best disparities in range [0 .. n_disp]
//
// SEE ALSO
//  StereoMatcher.h
//  StereoMatcher.cpp
//
// Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?