![]() |
TerraLib 4.1
|
#include <TePDIMMIOMatching.hpp>
Public Member Functions | |
| LoadImageParams () | |
| ~LoadImageParams () | |
Public Attributes | |
| TePDITypes::TePDIRasterPtrType | input_image_ptr_ |
| TePDITypes::TePDIRasterPtrType | mask_image_ptr_ |
| unsigned int | input_image_channel_ |
| TePDIMtxDoubleAdptInt * | img_matrix_ptr_ |
| TePDIMtxDoubleAdptInt * | img_matrix_ds_ptr_ |
| TePDIMtxDoubleAdptInt * | img_matrix_us_ptr_ |
| MaskMatrixT * | mask_matrix_ptr_ |
| unsigned int | in_box_x_off_ |
| unsigned int | in_box_y_off_ |
| unsigned int | in_box_nlines_ |
| unsigned int | in_box_ncols_ |
| bool | progress_enabled_ |
| TeMutex * | glb_mem_lock_ptr_ |
| double | origImgXRescFact_ |
| double | origImgYRescFact_ |
| double | moravecDownSampleFactor_ |
| double | moravecUpSampleFactor_ |
| volatile bool | returnValue_ |
| bool | generateUpsampledImage_ |
| bool | generateDownsampledImage_ |
The parameters required to run the method loadImage.
| TePDIMMIOMatching::LoadImageParams::LoadImageParams | ( | ) | [inline] |
| TePDIMMIOMatching::LoadImageParams::~LoadImageParams | ( | ) | [inline] |
If true, the downsampled image will be generated (default:false)
If true, the upsampled image will be generated (default:false)
A pointer to the global mutex instance (default:0)
| unsigned int TePDIMMIOMatching::LoadImageParams::in_box_ncols_ |
Input box number of columns (default:0)
| unsigned int TePDIMMIOMatching::LoadImageParams::in_box_nlines_ |
Input box number of lines (default:0)
| unsigned int TePDIMMIOMatching::LoadImageParams::in_box_x_off_ |
Input box X axis offset (default:0)
| unsigned int TePDIMMIOMatching::LoadImageParams::in_box_y_off_ |
Input box Y axis offset (default:0)
A pointer to the input image raster.
A pointer to the input mask image raster or an inactive pointer when no mask image is used.
A pointer to a non-initialized output mask matrix.
factor = rescaled_original_img / ds_image
factor = rescaled_original_img / us_image
factor = rescaled_orignal_image / original_image
factor = rescaled_orignal_image / original_image
If true the progress interface will be used (default:false)
| volatile bool TePDIMMIOMatching::LoadImageParams::returnValue_ |
Processing return value, true if OK (default:false)