#include <TextureManager.h>
Public Member Functions | |
| TextureKey () | |
| TextureKey (HuginBase::SrcPanoImage *source, bool *photometric_correct_ptr) | |
| const bool | operator== (const TextureKey comp) const |
| const bool | operator< (const TextureKey comp) const |
Public Attributes | |
| std::string | filename |
| double | exposure |
| double | white_balance_red |
| double | white_balance_blue |
| std::vector< float > | EMoR_params |
| std::vector< double > | radial_vig_corr_coeff |
| hugin_utils::FDiff2D | radial_vig_corr_center_shift |
| int | vig_corr_mode |
| HuginBase::SrcPanoImage::ResponseType | response_type |
| std::vector< double > | radial_distortion_red |
| std::vector< double > | radial_distortion_blue |
| double | gamma |
| std::string | masks |
| bool * | photometric_correct |
Private Member Functions | |
| void | SetOptions (HuginBase::SrcPanoImage *source) |
|
|
|
|
||||||||||||
|
Definition at line 953 of file TextureManager.cpp. References photometric_correct, and SetOptions(). |
|
|
Definition at line 966 of file TextureManager.cpp. References EMoR_params, exposure, filename, gamma, masks, radial_distortion_blue, radial_distortion_red, radial_vig_corr_coeff, response_type, vig_corr_mode, white_balance_blue, and white_balance_red. |
|
|
Definition at line 961 of file TextureManager.cpp. |
|
|
Definition at line 1002 of file TextureManager.cpp. References EMoR_params, exposure, filename, gamma, HuginBase::SrcPanoImage::getExposure(), masks, HuginBase::SrcPanoImage::printMaskLines(), radial_distortion_blue, radial_distortion_red, radial_vig_corr_coeff, response_type, vig_corr_mode, white_balance_blue, and white_balance_red. Referenced by TextureKey(). |
|
|
Definition at line 142 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 141 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 140 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 149 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 150 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 154 of file TextureManager.h. Referenced by TextureKey(). |
|
|
Definition at line 148 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 147 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 144 of file TextureManager.h. |
|
|
Definition at line 143 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 146 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 145 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 141 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
|
|
Definition at line 141 of file TextureManager.h. Referenced by operator<(), and SetOptions(). |
1.3.9.1