imageio.cpp
来自「这是一个用于立体匹配的程序。 可以用来进行立体匹配!」· C++ 代码 · 共 19 行
CPP
19 行
///////////////////////////////////////////////////////////////////////////
//
// NAME
// ImageIO.cpp -- image file input/output
//
// DESCRIPTION
// Read/write image files, potentially using an interface to an
// external package.
//
// File formats currently supported:
// - a subset of Targa
// - PGM (1 band) and PPM (4 band)
// - PMF (multiband float) - homegrown, non-standard
// (PFM already taken by postscript font maps)
//
// SEE ALSO
// ImageIO.h longer description
//
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?