MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
mvs::ImagePyramidLevel Struct Reference

#include <image_pyramid.h>

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

Public Member Functions

 ImagePyramidLevel ()
 
 ImagePyramidLevel (mve::CameraInfo const &_cam, int width, int height)
 

Public Attributes

int height
 
mve::ByteImage::ConstPtr image
 
math::Matrix3f invproj
 
math::Matrix3f proj
 
int width
 

Detailed Description

Definition at line 28 of file image_pyramid.h.

Constructor & Destructor Documentation

◆ ImagePyramidLevel() [1/2]

mvs::ImagePyramidLevel::ImagePyramidLevel ( )
inline

Definition at line 40 of file image_pyramid.h.

◆ ImagePyramidLevel() [2/2]

mvs::ImagePyramidLevel::ImagePyramidLevel ( mve::CameraInfo const &  _cam,
int  width,
int  height 
)
inline

Definition at line 47 of file image_pyramid.h.

Member Data Documentation

◆ height

int mvs::ImagePyramidLevel::height

Definition at line 30 of file image_pyramid.h.

◆ image

mve::ByteImage::ConstPtr mvs::ImagePyramidLevel::image

Definition at line 31 of file image_pyramid.h.

◆ invproj

math::Matrix3f mvs::ImagePyramidLevel::invproj

Definition at line 33 of file image_pyramid.h.

◆ proj

math::Matrix3f mvs::ImagePyramidLevel::proj

Definition at line 32 of file image_pyramid.h.

◆ width

int mvs::ImagePyramidLevel::width

Definition at line 30 of file image_pyramid.h.


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