HuginBase::PanoImage Class Reference
This class holds an source image.
More...
#include <PanoImage.h>
List of all members.
Detailed Description
This class holds an source image.
It contains information about its settings for the panorama.
An image should not depend on the panorama.
This is depreciated, use SrcPanoImage instead.
Constructor & Destructor Documentation
| PanoImage::PanoImage |
( |
const std::string & |
filename, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
lens |
|
) |
|
|
Member Function Documentation
| std::string HuginBase::PanoImage::getFilename |
( |
|
) |
const [inline] |
|
| unsigned int HuginBase::PanoImage::getHeight |
( |
|
) |
const [inline] |
|
| const std::vector<Keypoint>& HuginBase::PanoImage::getKeypoints |
( |
|
) |
const [inline] |
|
| unsigned int HuginBase::PanoImage::getLensNr |
( |
|
) |
const [inline] |
|
| const ImageOptions& HuginBase::PanoImage::getOptions |
( |
|
) |
const [inline] |
|
| unsigned int HuginBase::PanoImage::getWidth |
( |
|
) |
const [inline] |
|
| virtual const char* HuginBase::PanoImage::isA |
( |
|
) |
const [inline, virtual] |
|
| void HuginBase::PanoImage::setFeatherWidth |
( |
const unsigned int & |
w |
) |
[inline] |
|
| void HuginBase::PanoImage::setFilename |
( |
const std::string & |
fn |
) |
[inline] |
|
| void HuginBase::PanoImage::setKeypoints |
( |
const std::vector< Keypoint > & |
keypoints |
) |
[inline] |
|
| void HuginBase::PanoImage::setLensNr |
( |
const unsigned int & |
l |
) |
[inline] |
|
| void HuginBase::PanoImage::setOptions |
( |
const ImageOptions & |
opt |
) |
[inline] |
|
| void HuginBase::PanoImage::setSize |
( |
const vigra::Size2D & |
sz |
) |
[inline] |
|
The documentation for this class was generated from the following files: