Static Public Member Functions
HoughIndexCalculator Class Reference

Calculates indices for HoughClustering. More...

#include <HoughIndexCalculator.h>

List of all members.

Static Public Member Functions

static void calculateOrientationIndex (double turnAngle, int &orientationFloor, int &orientationCeil)
static void calculatePositionIndex (KeyPoint sceneKeyPoint, KeyPoint objectKeyPoint, Point2D center, int w, int h, int &xDistanceFloor, int &xDistanceCeil, int &yDistanceFloor, int &yDistanceCeil)
static void calculateScaleIndex (double scaleQuotient, int &scaleIndexFloor, int &scaleIndexCeil)

Detailed Description

Calculates indices for HoughClustering.

Author:
Susanne Thierfelder (R12)

Definition at line 21 of file HoughIndexCalculator.h.


Member Function Documentation

static void HoughIndexCalculator::calculateOrientationIndex ( double  turnAngle,
int &  orientationFloor,
int &  orientationCeil 
) [static]
static void HoughIndexCalculator::calculatePositionIndex ( KeyPoint  sceneKeyPoint,
KeyPoint  objectKeyPoint,
Point2D  center,
int  w,
int  h,
int &  xDistanceFloor,
int &  xDistanceCeil,
int &  yDistanceFloor,
int &  yDistanceCeil 
) [static]
static void HoughIndexCalculator::calculateScaleIndex ( double  scaleQuotient,
int &  scaleIndexFloor,
int &  scaleIndexCeil 
) [static]

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


or_libs
Author(s): Viktor Seib
autogenerated on Tue Jan 7 2014 11:24:03