HorizonScanData Class Reference

#include <HorizonEstimator.h>

List of all members.

Public Member Functions

void resetDistribution ()
void resetFrequencies ()
int estimateMLHorizonHeight ()
void resetSectorData ()
 HorizonScanData (PanoramaHistogram &panoramaHistogram)

Public Attributes

PanoramaHistogrampanoramaHistogram
int distribution [2][MAX_CLUSTERS]
int horizonHeightSum
int horizonHeightCount
int sector
bool seenTop
bool seenBottom
int freq [HORIZON_SIZE][MAX_CLUSTERS]


Detailed Description

Definition at line 18 of file HorizonEstimator.h.


Constructor & Destructor Documentation

HorizonScanData::HorizonScanData ( PanoramaHistogram panoramaHistogram  ) 

Definition at line 11 of file HorizonEstimator.cpp.

References resetDistribution().


Member Function Documentation

int HorizonScanData::estimateMLHorizonHeight (  )  [inline]

Definition at line 35 of file HorizonEstimator.cpp.

References CLUSTERS, distribution, freq, HORIZON_SIZE, horizonHeightCount, and horizonHeightSum.

Referenced by HorizonEstimator::scanPixel().

void HorizonScanData::resetDistribution (  )  [inline]

Definition at line 18 of file HorizonEstimator.cpp.

References CLUSTERS, distribution, horizonHeightCount, and horizonHeightSum.

Referenced by HorizonScanData().

void HorizonScanData::resetFrequencies (  ) 

void HorizonScanData::resetSectorData (  )  [inline]

Definition at line 26 of file HorizonEstimator.cpp.

References CLUSTERS, freq, HORIZON_SIZE, sector, seenBottom, and seenTop.

Referenced by HorizonEstimator::execute(), and HorizonEstimator::scanPixel().


Member Data Documentation

int HorizonScanData::distribution[2][MAX_CLUSTERS]

Definition at line 22 of file HorizonEstimator.h.

Referenced by estimateMLHorizonHeight(), resetDistribution(), and HorizonEstimator::scanPixel().

int HorizonScanData::freq[HORIZON_SIZE][MAX_CLUSTERS]

Definition at line 31 of file HorizonEstimator.h.

Referenced by estimateMLHorizonHeight(), resetSectorData(), and HorizonEstimator::scanPixel().

int HorizonScanData::horizonHeightCount

Definition at line 24 of file HorizonEstimator.h.

Referenced by estimateMLHorizonHeight(), resetDistribution(), and HorizonEstimator::scanPixel().

int HorizonScanData::horizonHeightSum

Definition at line 23 of file HorizonEstimator.h.

Referenced by estimateMLHorizonHeight(), resetDistribution(), and HorizonEstimator::scanPixel().

PanoramaHistogram& HorizonScanData::panoramaHistogram

Definition at line 21 of file HorizonEstimator.h.

int HorizonScanData::sector

Definition at line 29 of file HorizonEstimator.h.

Referenced by resetSectorData(), and HorizonEstimator::scanPixel().

bool HorizonScanData::seenBottom

Definition at line 30 of file HorizonEstimator.h.

Referenced by resetSectorData(), and HorizonEstimator::scanPixel().

bool HorizonScanData::seenTop

Definition at line 30 of file HorizonEstimator.h.

Referenced by resetSectorData(), and HorizonEstimator::scanPixel().


The documentation for this class was generated from the following files:
Generated on Thu Dec 7 01:37:21 2006 for DT2005.panorama by  doxygen 1.4.7