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

📄 stereoio.h

📁 这是一个用于立体匹配的程序。 可以用来进行立体匹配!
💻 H
字号:
///////////////////////////////////////////////////////////////////////////
//
// NAME
//  StereoIO.h -- stereo matcher file and parameter input/output
//
// DESCRIPTION
//  The CStereoIO class reads and write image and parameter files
//  needed to drive the CStereoMatcher class.
//
//  The parameters can be read from either a parameter file,
//  the command line, or both.
//
//  The input/output image filenames are given in a separate data
//  file (specified as parameters), and the output depth image name
//  can be overriden on the command line.
//
//  Scripting is also supported with the script command.
//  You can also change directories with the cd command.
//
//  Each "command" line either contains a list of parameter/value pairs,
//  which are read and stored for future use, or a command / argument.
//  The current commands that are supported are
//      script script_filename      // execute the commands in the file
//      cd directory                // change directories
//      reset                       // reset CStereoParameters to defaults
//      exit                        // exit this script file
//  If depth_map is specified, the stereo matching algorithm is executed.
//  If output_params is specified, an evaluation is performed and
//    the results are written out.
//
//  The parameters in the CStereoIOParameters class below are "use once"
//  parameters, i.e., they are used in the current command invocation,
//  and then erased (not re-used).  However, other parameters, such as
//  those in the CStereoParameters class, are remembered between commands.
//
//  See the descriptions below for more details on other parameters.
//
// SEE ALSO
//  StereoIO.cpp            implementation of this class
//  StereoParameters.h      description of parameters controlling the matcher
//  StereoMatcher.h         description of stereo matcher class
//  ParameterIO.h           description of the parameter input/output functionality
//
// Copyright 

⌨️ 快捷键说明

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