fileio.h
来自「图像拼接框架源码」· C头文件 代码 · 共 21 行
H
21 行
///////////////////////////////////////////////////////////////////////////
//
// NAME
// FileIO.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 ReadFile,
// 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
// FileIO.cpp implementation
//
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?