#include <HorizonEstimator.h>
Public Member Functions | |
void | resetDistribution () |
void | resetFrequencies () |
int | estimateMLHorizonHeight () |
void | resetSectorData () |
HorizonScanData (PanoramaHistogram &panoramaHistogram) | |
Public Attributes | |
PanoramaHistogram & | panoramaHistogram |
int | distribution [2][MAX_CLUSTERS] |
int | horizonHeightSum |
int | horizonHeightCount |
int | sector |
bool | seenTop |
bool | seenBottom |
int | freq [HORIZON_SIZE][MAX_CLUSTERS] |
Definition at line 18 of file HorizonEstimator.h.
HorizonScanData::HorizonScanData | ( | PanoramaHistogram & | panoramaHistogram | ) |
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().
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().
Definition at line 24 of file HorizonEstimator.h.
Referenced by estimateMLHorizonHeight(), resetDistribution(), and HorizonEstimator::scanPixel().
Definition at line 23 of file HorizonEstimator.h.
Referenced by estimateMLHorizonHeight(), resetDistribution(), and HorizonEstimator::scanPixel().
Definition at line 21 of file HorizonEstimator.h.
Definition at line 29 of file HorizonEstimator.h.
Referenced by resetSectorData(), and HorizonEstimator::scanPixel().
Definition at line 30 of file HorizonEstimator.h.
Referenced by resetSectorData(), and HorizonEstimator::scanPixel().
Definition at line 30 of file HorizonEstimator.h.
Referenced by resetSectorData(), and HorizonEstimator::scanPixel().