Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
BIAS::CalibratedImage< StorageType > Class Template Reference

helper class holding image and associated calibration More...

#include <Image/CalibratedPyramid.hh>

+ Collaboration diagram for BIAS::CalibratedImage< StorageType >:

Public Attributes

SharedPtr< Image< StorageType > > image
 
SharedPtr
< ProjectionParametersBase
projection
 

Detailed Description

template<class StorageType>
class BIAS::CalibratedImage< StorageType >

helper class holding image and associated calibration

Author
woelk 12/2007 (c) www.vision-n.de
Examples:
ExampleCalibratedPyramid.cpp, and TestCalibratedPyramid.cpp.

Definition at line 40 of file CalibratedPyramid.hh.

Member Data Documentation

template<class StorageType>
SharedPtr<Image<StorageType> > BIAS::CalibratedImage< StorageType >::image

Definition at line 43 of file CalibratedPyramid.hh.

Referenced by BIAS::CalibratedPyramid< StorageType >::Init().

template<class StorageType>
SharedPtr<ProjectionParametersBase> BIAS::CalibratedImage< StorageType >::projection

Definition at line 44 of file CalibratedPyramid.hh.

Referenced by BIAS::CalibratedPyramid< StorageType >::Init().


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