main.cpp
来自「这是一个用于立体匹配的程序。 可以用来进行立体匹配!」· C++ 代码 · 共 17 行
CPP
17 行
///////////////////////////////////////////////////////////////////////////
//
// NAME
// main.cpp -- entry point for command-line stereo matching code
//
// USAGE
// StereoMatch [option value]*
//
// DESCRIPTION
// The main routine call the CStereoIO class to process the command-line
// arguments (pairs of parameters / commands and their values).
//
// SEE ALSO
// StereoIO.h description main command-line options
// StereoParameters.h description of stereo algorithm parameters
//
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?