📄 pyramid.h
字号:
///////////////////////////////////////////////////////////////////////////
//
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -