All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams Class Reference

The parameters passed to the surfLocatorThreadEntry method. More...

#include <TiePointsLocatorSURFStrategy.h>

Public Member Functions

 SurfLocatorThreadParams ()
 
 ~SurfLocatorThreadParams ()
 

Public Attributes

FloatsMatrix const * m_integralRasterDataPtr
 The integral image raster data. More...
 
boost::mutex * m_interestPointsAccessMutexPtr
 A pointer to a valid mutex to control the output interest points container access. More...
 
std::vector< InterestPointsSetT > * m_interestPointsSubSectorsPtr
 A pointer to a valid interest points container (one element by subsector).. More...
 
UCharsMatrix const * m_maskRasterDataPtr
 The loaded mask raster data pointer (or zero if no mask is avaliable). More...
 
unsigned int m_maxInterestPointsBySubSector
 The maximum number of interest points by sub-sector. More...
 
unsigned int * m_nextRasterLinesBlockToProcessValuePtr
 A pointer to a valid counter to control the blocks processing sequence. More...
 
unsigned int m_octavesNumber
 The number of octaves to generate (minimum:1). More...
 
unsigned int m_processingBlocksNumber
 The raster data will be splitted into this number of blocks for processing. More...
 
boost::mutex * m_rastaDataAccessMutexPtr
 A pointer to a valid mutex to controle raster data access. More...
 
bool * m_returnValuePtr
 
unsigned int m_scalesNumber
 Thread return value pointer. More...
 
unsigned int m_tiePointsSubSectorsSplitFactor
 The number of sectors along each direction. More...
 

Detailed Description

The parameters passed to the surfLocatorThreadEntry method.

Definition at line 58 of file TiePointsLocatorSURFStrategy.h.

Constructor & Destructor Documentation

te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::SurfLocatorThreadParams ( )
inline

Definition at line 86 of file TiePointsLocatorSURFStrategy.h.

te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::~SurfLocatorThreadParams ( )
inline

Definition at line 88 of file TiePointsLocatorSURFStrategy.h.

Member Data Documentation

FloatsMatrix const* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_integralRasterDataPtr
boost::mutex* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_interestPointsAccessMutexPtr

A pointer to a valid mutex to control the output interest points container access.

Definition at line 80 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPoints(), and te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPointsThreadEntry().

std::vector< InterestPointsSetT >* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_interestPointsSubSectorsPtr

A pointer to a valid interest points container (one element by subsector)..

Definition at line 68 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPoints(), and te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPointsThreadEntry().

UCharsMatrix const* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_maskRasterDataPtr

The loaded mask raster data pointer (or zero if no mask is avaliable).

Definition at line 76 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPoints(), and te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPointsThreadEntry().

unsigned int te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_maxInterestPointsBySubSector
unsigned int* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_nextRasterLinesBlockToProcessValuePtr

A pointer to a valid counter to control the blocks processing sequence.

Definition at line 84 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPoints(), and te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPointsThreadEntry().

unsigned int te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_octavesNumber
unsigned int te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_processingBlocksNumber

The raster data will be splitted into this number of blocks for processing.

Definition at line 82 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPoints(), and te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPointsThreadEntry().

boost::mutex* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_rastaDataAccessMutexPtr
bool* te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_returnValuePtr
unsigned int te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_scalesNumber

Thread return value pointer.

The number of sub-samples scales to generate (minimum:3).

Definition at line 64 of file TiePointsLocatorSURFStrategy.h.

Referenced by te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPoints(), and te::rp::TiePointsLocatorSURFStrategy::locateSurfInterestPointsThreadEntry().

unsigned int te::rp::TiePointsLocatorSURFStrategy::SurfLocatorThreadParams::m_tiePointsSubSectorsSplitFactor

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