MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Types | List of all members
mvs::ImagePyramid Class Reference

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>

Collaboration diagram for mvs::ImagePyramid:
Collaboration graph
[legend]

Public Types

typedef std::shared_ptr< ImagePyramid const > ConstPtr
 
typedef std::shared_ptr< ImagePyramidPtr
 

Detailed Description

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.

Member Typedef Documentation

◆ ConstPtr

typedef std::shared_ptr<ImagePyramid const> mvs::ImagePyramid::ConstPtr

Definition at line 65 of file image_pyramid.h.

◆ Ptr

typedef std::shared_ptr<ImagePyramid> mvs::ImagePyramid::Ptr

Definition at line 64 of file image_pyramid.h.


The documentation for this class was generated from the following file: