pyramid.h
来自「图像拼接框架源码」· C头文件 代码 · 共 25 行
H
25 行
///////////////////////////////////////////////////////////////////////////
//
// NAME
// Pyramid.h -- dynamic image pyramid
//
// DESCRIPTION
// The templated CPyramidOf<T> class holds a sequence of image of
// decreasing size.
//
// A pyramid can either be constructed from an image, or images can
// be added to pyramid levels at a later time.
//
// The user can access images in the pyramid at any level.
// If the image does not already exist, it is constructed by
// decimating the image at the next finer (lower) level
// (recursively, if necessary).
//
// Coarser levels can also be interpolated to finer (lower) levels,
// but this requires and explicit DownLevel() invocation.
//
// SEE ALSO
// Pyramid.cpp implementation
// Image.h image class definition
//
// Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?