imageio.h
来自「这是一个用于立体匹配的程序。 可以用来进行立体匹配!」· C头文件 代码 · 共 21 行
H
21 行
///////////////////////////////////////////////////////////////////////////
//
// NAME
// ImageIO.h -- image file input/output
//
// DESCRIPTION
// Read/write image files, potentially using an interface to an
// external package.
//
// You can either pass and empty (unitialized) image to ReadImage,
// or one you have already allocated (with a specific pixel type).
//
// If you don't initialize the image, the type of the returned image
// (e.g., 1 band vs. 4 band) will be determined by the image file.
// If you do initialize the image, it will be re-allocated if necessary,
// and the data will be coerced into the type you specified.
//
// SEE ALSO
// ImageIO.cpp implementation
//
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?