MVE - Multi-View Environment mve-devel
|
Image pyramids are represented as vectors of pyramid levels, where the presence of an image in a specific level indicates that all levels with higher indices also contain images. More...
#include <image_pyramid.h>
Public Types | |
typedef std::shared_ptr< ImagePyramid const > | ConstPtr |
typedef std::shared_ptr< ImagePyramid > | Ptr |
Image pyramids are represented as vectors of pyramid levels, where the presence of an image in a specific level indicates that all levels with higher indices also contain images.
Definition at line 61 of file image_pyramid.h.
typedef std::shared_ptr<ImagePyramid const> mvs::ImagePyramid::ConstPtr |
Definition at line 65 of file image_pyramid.h.
typedef std::shared_ptr<ImagePyramid> mvs::ImagePyramid::Ptr |
Definition at line 64 of file image_pyramid.h.