TerraLib 4.1
TePDIMMIOMatching::LoadImageParams Class Reference

#include <TePDIMMIOMatching.hpp>

List of all members.

Public Member Functions

 LoadImageParams ()
 ~LoadImageParams ()

Public Attributes

TePDITypes::TePDIRasterPtrType input_image_ptr_
TePDITypes::TePDIRasterPtrType mask_image_ptr_
unsigned int input_image_channel_
TePDIMtxDoubleAdptIntimg_matrix_ptr_
TePDIMtxDoubleAdptIntimg_matrix_ds_ptr_
TePDIMtxDoubleAdptIntimg_matrix_us_ptr_
MaskMatrixTmask_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_
TeMutexglb_mem_lock_ptr_
double origImgXRescFact_
double origImgYRescFact_
double moravecDownSampleFactor_
double moravecUpSampleFactor_
volatile bool returnValue_
bool generateUpsampledImage_
bool generateDownsampledImage_

Detailed Description

The parameters required to run the method loadImage.


Constructor & Destructor Documentation

TePDIMMIOMatching::LoadImageParams::LoadImageParams ( ) [inline]
TePDIMMIOMatching::LoadImageParams::~LoadImageParams ( ) [inline]

Member Data Documentation

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)

Input box number of columns (default:0)

Input box number of lines (default:0)

Input box X axis offset (default:0)

Input box Y axis offset (default:0)

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)

Processing return value, true if OK (default:false)


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines